Modified: trunk/dports/net/nsping/Portfile (83198 => 83199)
--- 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} {