[83199] trunk/dports/net/nsping/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 27 16:12:34 PDT 2011


Revision: 83199
          http://trac.macports.org/changeset/83199
Author:   ryandesign at 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} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110827/24552c21/attachment.html>


More information about the macports-changes mailing list