Diff
Modified: trunk/dports/benchmarks/nbench-byte/Portfile (91509 => 91510)
--- trunk/dports/benchmarks/nbench-byte/Portfile 2012-04-03 21:50:29 UTC (rev 91509)
+++ trunk/dports/benchmarks/nbench-byte/Portfile 2012-04-03 21:59:59 UTC (rev 91510)
@@ -27,7 +27,7 @@
destroot {
xinstall -m 555 ${worksrcpath}/nbench ${destroot}${prefix}/bin
- file mkdir -p ${destroot}${prefix}/share/nbench
+ file mkdir ${destroot}${prefix}/share/nbench
xinstall -m 444 ${worksrcpath}/NNET.DAT ${destroot}${prefix}/share/nbench
xinstall -m 444 ${worksrcpath}/README ${destroot}${prefix}/share/nbench
xinstall -m 444 ${worksrcpath}/README.motorola ${destroot}${prefix}/share/nbench
Modified: trunk/dports/databases/pgintcl/Portfile (91509 => 91510)
--- trunk/dports/databases/pgintcl/Portfile 2012-04-03 21:50:29 UTC (rev 91509)
+++ trunk/dports/databases/pgintcl/Portfile 2012-04-03 21:59:59 UTC (rev 91510)
@@ -30,9 +30,9 @@
set sw_dest_dir ${destroot}${prefix}/lib/$name-$version/
set share_dest_dir ${destroot}${prefix}/share/$name-$version/
set doc_dest_dir ${destroot}${prefix}/share/doc/$name-$version/
- file mkdir -p $sw_dest_dir
- file mkdir -p $share_dest_dir
- file mkdir -p $doc_dest_dir
+ file mkdir $sw_dest_dir
+ file mkdir $share_dest_dir
+ file mkdir $doc_dest_dir
xinstall ${worksrcpath}/pgin.tcl ${worksrcpath}/pkgIndex.tcl $sw_dest_dir
xinstall ${worksrcpath}/tkpsql.tcl $share_dest_dir
xinstall ${worksrcpath}/README ${worksrcpath}/REFERENCE \
Modified: trunk/dports/lang/itcl/Portfile (91509 => 91510)
--- trunk/dports/lang/itcl/Portfile 2012-04-03 21:50:29 UTC (rev 91509)
+++ trunk/dports/lang/itcl/Portfile 2012-04-03 21:59:59 UTC (rev 91510)
@@ -56,14 +56,14 @@
destroot {
set _d ${destroot}${prefix}
set _w ${worksrcpath}
- file mkdir -p ${_d}/lib/itcl3.4
+ file mkdir ${_d}/lib/itcl3.4
xinstall -m 755 ${_w}/itclConfig.sh ${_d}/lib/itcl3.4
file copy -force ${_w}/pkgIndex.tcl ${_d}/lib/itcl3.4
file copy -force ${_w}/library/itcl.tcl ${_d}/lib/itcl3.4
file copy -force ${_w}/libitcl3.4.dylib ${_d}/lib
file copy -force ${_w}/libitclstub3.4.a ${_d}/lib
- file mkdir -p ${_d}/include
+ file mkdir ${_d}/include
foreach x {itcl.h itclDecls.h itclInt.h itclIntDecls.h } {
file copy -force ${_w}/generic/$x ${_d}/include
}
Modified: trunk/dports/lang/xmlgen/Portfile (91509 => 91510)
--- trunk/dports/lang/xmlgen/Portfile 2012-04-03 21:50:29 UTC (rev 91509)
+++ trunk/dports/lang/xmlgen/Portfile 2012-04-03 21:59:59 UTC (rev 91510)
@@ -24,8 +24,8 @@
set sw_dest_dir ${destroot}${prefix}/lib/$name-$version/
set doc_dest_dir ${destroot}${prefix}/share/doc/$name-$version/
- file mkdir -p $sw_dest_dir
- file mkdir -p $doc_dest_dir
+ file mkdir $sw_dest_dir
+ file mkdir $doc_dest_dir
xinstall ${worksrcpath}/htmlgen.tcl ${worksrcpath}/pkgIndex.tcl \
${worksrcpath}/sidenav.tcl ${worksrcpath}/tab.tcl \
Modified: trunk/dports/net/tintinxx/Portfile (91509 => 91510)
--- trunk/dports/net/tintinxx/Portfile 2012-04-03 21:50:29 UTC (rev 91509)
+++ trunk/dports/net/tintinxx/Portfile 2012-04-03 21:59:59 UTC (rev 91510)
@@ -31,6 +31,6 @@
destroot {
xinstall -m 755 ${worksrcpath}/tt++ ${destroot}${prefix}/bin
set doc_dest_dir ${destroot}${prefix}/share/doc/tintin++-${version}
- file mkdir -p $doc_dest_dir
+ file mkdir $doc_dest_dir
xinstall ${workpath}/tt/docs/tintin19.txt $doc_dest_dir
}
Modified: trunk/dports/www/tiki/Portfile (91509 => 91510)
--- trunk/dports/www/tiki/Portfile 2012-04-03 21:50:29 UTC (rev 91509)
+++ trunk/dports/www/tiki/Portfile 2012-04-03 21:59:59 UTC (rev 91510)
@@ -34,7 +34,7 @@
destroot {
set dname tikiwiki-${version}
- file mkdir -p ${destroot}${prefix}/www
+ file mkdir ${destroot}${prefix}/www
file copy ${worksrcpath} \
${destroot}${prefix}/www/${name}
system "cd ${destroot}${prefix}/www/${name} && sudo sh ./setup.sh www www && chown -R www:www *"
Modified: trunk/dports/x11/itk/Portfile (91509 => 91510)
--- trunk/dports/x11/itk/Portfile 2012-04-03 21:50:29 UTC (rev 91509)
+++ trunk/dports/x11/itk/Portfile 2012-04-03 21:59:59 UTC (rev 91510)
@@ -51,7 +51,7 @@
destroot {
set _d ${destroot}${prefix}
set _w ${worksrcpath}
- file mkdir -p ${_d}/lib/itk3.3
+ file mkdir ${_d}/lib/itk3.3
xinstall -m 755 ${_w}/itkConfig.sh ${_d}/lib/itk3.3
foreach x [glob ${worksrcpath}/library/*] {
@@ -61,7 +61,7 @@
file copy -force ${_w}/libitk3.3.dylib ${_d}/lib
- file mkdir -p ${_d}/include
+ file mkdir ${_d}/include
foreach x {itk.h itkDecls.h } {
file copy -force ${_w}/generic/$x ${_d}/include
}