Revision: 83199 http://trac.macports.org/changeset/83199 Author: ryandesign@macports.org Date: 2011-08-27 16:12:34 -0700 (Sat, 27 Aug 2011) Log Message: ----------- nsping: remove unnecessary directory creation commands Modified Paths: -------------- trunk/dports/net/nsping/Portfile Modified: trunk/dports/net/nsping/Portfile =================================================================== --- trunk/dports/net/nsping/Portfile 2011-08-27 23:10:01 UTC (rev 83198) +++ trunk/dports/net/nsping/Portfile 2011-08-27 23:12:34 UTC (rev 83199) @@ -26,9 +26,7 @@ CFLAGS="${configure.cflags} ${configure.cc_archflags}" \ LDFLAGS="${configure.ld_archflags}" build.target -destroot { xinstall -m 755 -d ${destroot}${prefix}/bin - xinstall -m 555 -W ${worksrcpath} nsping ${destroot}${prefix}/bin - xinstall -m 755 -d ${destroot}${prefix}/share/man/man8 +destroot { xinstall -m 555 -W ${worksrcpath} nsping ${destroot}${prefix}/bin xinstall -m 644 -c -W ${worksrcpath} nsping.8 ${destroot}${prefix}/share/man/man8 } if {${os.platform} == "darwin" && ${os.major} >= 10} {