diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-20 10:22:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-20 10:22:32 +0000 |
commit | de93c7ad4136fc5c0141d09144a3d3c5bbe8fd15 (patch) | |
tree | 7b76ba83fb8544c82eda047bf63f076b1e40e0c1 /dns/dnsmax-perl | |
parent | - Update to 1.7.47 (diff) |
Support staging.
Approved by: portmgr@
Notes
Notes:
svn path=/head/; revision=354622
Diffstat (limited to 'dns/dnsmax-perl')
-rw-r--r-- | dns/dnsmax-perl/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dns/dnsmax-perl/Makefile b/dns/dnsmax-perl/Makefile index 7997a28ca6bc..421af3bfb746 100644 --- a/dns/dnsmax-perl/Makefile +++ b/dns/dnsmax-perl/Makefile @@ -15,20 +15,17 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -USES= perl5 zip +USES= perl5 zip shebangfix +SHEBANG_FILES= dnsmax.pl PLIST_FILES= bin/dnsmax-perl PORTDOCS= LICENSE INSTALL README -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/dnsmax.pl ${PREFIX}/bin/dnsmax-perl + ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/dnsmax.pl ${STAGEDIR}${PREFIX}/bin/dnsmax-perl .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKDIR}/${DISTNAME} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKDIR}/${DISTNAME} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |