aboutsummaryrefslogtreecommitdiff
path: root/net/icmpinfo
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-05 17:22:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-05 17:22:40 +0000
commit6aa085e62ca56911d46ed9daa58071a5c9071dd9 (patch)
tree5638bec03296a4d0803cd791dda1c092cc6c2f89 /net/icmpinfo
parentcaea6605db52ec69c85db6b95bf7f4ee0d837fa2 (diff)
downloadports-6aa085e62ca56911d46ed9daa58071a5c9071dd9.tar.gz
ports-6aa085e62ca56911d46ed9daa58071a5c9071dd9.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367363
Diffstat (limited to 'net/icmpinfo')
-rw-r--r--net/icmpinfo/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/icmpinfo/Makefile b/net/icmpinfo/Makefile
index 7e2eab9ace72..a7022e61a7fd 100644
--- a/net/icmpinfo/Makefile
+++ b/net/icmpinfo/Makefile
@@ -11,14 +11,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Looks at the icmp messages received by the host
ALL_TARGET=
-PLIST_FILES= bin/icmpinfo \
+PLIST_FILES= "@(,,4555) bin/icmpinfo" \
man/man1/icmpinfo.man.gz
PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icmpinfo ${STAGEDIR}${PREFIX}/bin
- ${CHOWN} root ${STAGEDIR}${PREFIX}/bin/icmpinfo
- ${CHMOD} 4555 ${STAGEDIR}${PREFIX}/bin/icmpinfo
${INSTALL_MAN} ${WRKSRC}/icmpinfo.man ${STAGEDIR}${PREFIX}/man/man1/${MAN1}
post-install: