svn commit: r348682 - head/dns/scavenge
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 20 13:10:37 UTC 2014
Author: ehaupt
Date: Thu Mar 20 13:10:36 2014
New Revision: 348682
URL: http://svnweb.freebsd.org/changeset/ports/348682
QAT: https://qat.redports.org/buildarchive/r348682/
Log:
- Support staging
- Use shebangfix
Modified:
head/dns/scavenge/Makefile
Modified: head/dns/scavenge/Makefile
==============================================================================
--- head/dns/scavenge/Makefile Thu Mar 20 11:50:09 2014 (r348681)
+++ head/dns/scavenge/Makefile Thu Mar 20 13:10:36 2014 (r348682)
@@ -13,13 +13,13 @@ COMMENT= Discover/audit forward and reve
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>
More information about the svn-ports-all
mailing list