diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 17:22:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 17:22:40 +0000 |
commit | 6aa085e62ca56911d46ed9daa58071a5c9071dd9 (patch) | |
tree | 5638bec03296a4d0803cd791dda1c092cc6c2f89 /net | |
parent | caea6605db52ec69c85db6b95bf7f4ee0d837fa2 (diff) | |
download | ports-6aa085e62ca56911d46ed9daa58071a5c9071dd9.tar.gz ports-6aa085e62ca56911d46ed9daa58071a5c9071dd9.zip |
Notes
Diffstat (limited to 'net')
-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: |