aboutsummaryrefslogtreecommitdiff
path: root/security/ipfcount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ipfcount/Makefile')
-rw-r--r--security/ipfcount/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/ipfcount/Makefile b/security/ipfcount/Makefile
index 4e695c940b97..bf78b74b9749 100644
--- a/security/ipfcount/Makefile
+++ b/security/ipfcount/Makefile
@@ -13,16 +13,14 @@ COMMENT= Summarise ipf logs by counting and sorting the fields
PLIST_FILES= bin/ipfcount man/man1/ipfcount.1.gz
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= ipfcount
OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= 100.ipfcount
SUB_FILES= pkg-message
-post-patch:
- @${REINPLACE_CMD} -e '1s,^#![^ ]*,#!${PERL},' ${WRKSRC}/ipfcount
-
do-build:
cd ${WRKSRC} && pod2man ipfcount > ipfcount.1