aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-12 06:02:27 +0800
committerantoine <antoine@FreeBSD.org>2014-09-12 06:02:27 +0800
commitac65f62338d0d9b869a02d5774009a49c1cd7293 (patch)
treef95667d46df970379af7339bd1799cb41f98d309 /net
parent47a381bb370e700ba3c8e31c69abf07019b8ad0f (diff)
downloadfreebsd-ports-gnome-ac65f62338d0d9b869a02d5774009a49c1cd7293.tar.gz
freebsd-ports-gnome-ac65f62338d0d9b869a02d5774009a49c1cd7293.tar.zst
freebsd-ports-gnome-ac65f62338d0d9b869a02d5774009a49c1cd7293.zip
Allow staging as a regular user
Diffstat (limited to 'net')
-rw-r--r--net/traceroute/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/traceroute/Makefile b/net/traceroute/Makefile
index 8db5cc5d1416..0dd2cfc5431b 100644
--- a/net/traceroute/Makefile
+++ b/net/traceroute/Makefile
@@ -12,13 +12,12 @@ COMMENT= Version of 'traceroute' that shows the AS network number of each hop
RELEASEDATE= 991603
NO_WRKSUBDIR= yes
-PLIST_FILES= sbin/traceroute man/man8/traceroute.8.gz
+PLIST_FILES= "@(,,4555) sbin/traceroute" man/man8/traceroute.8.gz
USES= tar:Z
do-install:
- ${INSTALL} -c -m 4755 -o root -g bin ${WRKSRC}/traceroute \
+ ${INSTALL_PROGRAM} ${WRKSRC}/traceroute \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${STAGEDIR}${PREFIX}/man/man8
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/traceroute
.include <bsd.port.mk>