diff options
-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: |