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

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 21:10:55 PST 2008


Revision: 32835
          http://trac.macosforge.org/projects/macports/changeset/32835
Author:   ryandesign at macports.org
Date:     2008-01-13 21:10:54 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
nsping: no longer use the deprecated 'cd' command

Modified Paths:
--------------
    trunk/dports/net/nsping/Portfile

Modified: trunk/dports/net/nsping/Portfile
===================================================================
--- trunk/dports/net/nsping/Portfile	2008-01-14 05:10:06 UTC (rev 32834)
+++ trunk/dports/net/nsping/Portfile	2008-01-14 05:10:54 UTC (rev 32835)
@@ -24,8 +24,7 @@
 use_configure           no
 build.env               CPPFLAGS="-DBIND_8_COMPAT"
 build.target
-destroot                { cd ${worksrcpath}
-                          xinstall -o root -m 755 -d ${destroot}${prefix}/bin
-                          xinstall -o root -m 555 nsping ${destroot}${prefix}/bin
+destroot                { xinstall -o root -m 755 -d ${destroot}${prefix}/bin
+                          xinstall -o root -m 555 -W ${worksrcpath} nsping ${destroot}${prefix}/bin
                           xinstall -o root -m 755 -d ${destroot}${prefix}/share/man/man8
-                          xinstall -o root -m 644 -c nsping.8 ${destroot}${prefix}/share/man/man8 }
+                          xinstall -o root -m 644 -c -W ${worksrcpath} nsping.8 ${destroot}${prefix}/share/man/man8 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/63a8b8c4/attachment.html


More information about the macports-changes mailing list