- Support staging

- Use shebangfix
This commit is contained in:
Emanuel Haupt 2014-03-20 13:10:36 +00:00
parent 57c8510bab
commit f6da61d7a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348682

View File

@ -13,13 +13,13 @@ COMMENT= Discover/audit forward and reverse DNS records
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
nmap:${PORTSDIR}/security/nmap
PLIST_FILES= bin/scavenge
NO_BUILD= yes
USES= perl5
USES= perl5 shebangfix
PLIST_FILES= bin/scavenge
SHEBANG_FILES= src/scavenge
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>