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

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 21:14:27 PST 2008


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

Log Message:
-----------
nsping: no need explicitly specify the root user, and this will surely be a problem for non-root installs

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

Modified: trunk/dports/net/nsping/Portfile
===================================================================
--- trunk/dports/net/nsping/Portfile	2008-01-14 05:10:54 UTC (rev 32835)
+++ trunk/dports/net/nsping/Portfile	2008-01-14 05:14:25 UTC (rev 32836)
@@ -24,7 +24,7 @@
 use_configure           no
 build.env               CPPFLAGS="-DBIND_8_COMPAT"
 build.target
-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 -W ${worksrcpath} nsping.8 ${destroot}${prefix}/share/man/man8 }
+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
+                          xinstall -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/cda3ec77/attachment.html


More information about the macports-changes mailing list