diff options
Diffstat (limited to 'security/ipfwcount/Makefile')
-rw-r--r-- | security/ipfwcount/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/ipfwcount/Makefile b/security/ipfwcount/Makefile index 557de58c9d73..ecef488ed45d 100644 --- a/security/ipfwcount/Makefile +++ b/security/ipfwcount/Makefile @@ -11,7 +11,8 @@ MASTER_SITES= http://deathbeforedecaf.net/misc/ports/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Summarise ipfw logs by counting and sorting the fields -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ipfwcount PLIST_FILES= bin/ipfwcount man/man1/ipfwcount.1.gz PORTEXAMPLES= 100.ipfwcount @@ -20,9 +21,6 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= EXAMPLES -post-patch: - ${REINPLACE_CMD} -e '1s,^#![^ ]*,#!${PERL},' ${WRKSRC}/ipfwcount - do-build: cd ${WRKSRC} && pod2man ipfwcount > ipfwcount.1 |