aboutsummaryrefslogtreecommitdiff
path: root/security/ppars
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 13:21:41 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 13:21:41 +0000
commitfbac1d4b597ca6e161d227b815e9efad737f1c1e (patch)
tree90fb0c13229bc010dd5124248c123225f1e5f3b6 /security/ppars
parentb688a84dccb7418ab5d75cf4dc07118c1b74da23 (diff)
downloadports-fbac1d4b597ca6e161d227b815e9efad737f1c1e.tar.gz
ports-fbac1d4b597ca6e161d227b815e9efad737f1c1e.zip
- Support staging
- Use shebangfix
Notes
Notes: svn path=/head/; revision=346509
Diffstat (limited to 'security/ppars')
-rw-r--r--security/ppars/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/ppars/Makefile b/security/ppars/Makefile
index 9b98c309433a..33d8adbd19be 100644
--- a/security/ppars/Makefile
+++ b/security/ppars/Makefile
@@ -12,16 +12,14 @@ COMMENT= Proactive Probing Abuse Reporting System
RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
-USES= perl5
+USES= perl5 shebangfix
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES= pkg-message
+SHEBANG_FILES= *.pl
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${PREFIX}/sbin
- ${CAT} ${PKGMESSAGE}
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>