diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 13:21:41 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 13:21:41 +0000 |
commit | fbac1d4b597ca6e161d227b815e9efad737f1c1e (patch) | |
tree | 90fb0c13229bc010dd5124248c123225f1e5f3b6 /security | |
parent | b688a84dccb7418ab5d75cf4dc07118c1b74da23 (diff) | |
download | ports-fbac1d4b597ca6e161d227b815e9efad737f1c1e.tar.gz ports-fbac1d4b597ca6e161d227b815e9efad737f1c1e.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ppars/Makefile | 8 |
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> |