diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 01:22:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 01:22:40 +0800 |
commit | fe23a55f64171ae9b1b4e75d6a93b8b207ee554f (patch) | |
tree | 5638bec03296a4d0803cd791dda1c092cc6c2f89 | |
parent | 933863fde84fe0b0917d2f1c2d8accee5efa06f0 (diff) | |
download | freebsd-ports-gnome-fe23a55f64171ae9b1b4e75d6a93b8b207ee554f.tar.gz freebsd-ports-gnome-fe23a55f64171ae9b1b4e75d6a93b8b207ee554f.tar.zst freebsd-ports-gnome-fe23a55f64171ae9b1b4e75d6a93b8b207ee554f.zip |
Allow staging as a regular user
-rw-r--r-- | net/icmpinfo/Makefile | 4 |
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: |