diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-28 21:21:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-28 21:21:41 +0800 |
commit | 309abdf041e343b1586c4eeee56ccde958bf4f87 (patch) | |
tree | 90fb0c13229bc010dd5124248c123225f1e5f3b6 /security/ppars | |
parent | 4a842925d308f7849d71347d510b634b425279f9 (diff) | |
download | freebsd-ports-gnome-309abdf041e343b1586c4eeee56ccde958bf4f87.tar.gz freebsd-ports-gnome-309abdf041e343b1586c4eeee56ccde958bf4f87.tar.zst freebsd-ports-gnome-309abdf041e343b1586c4eeee56ccde958bf4f87.zip |
- Support staging
- Use shebangfix
Diffstat (limited to 'security/ppars')
-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> |