aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-DNS-Zone/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-03 07:46:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-03 07:46:27 +0000
commit00afe0823b9606d6b31125eb813c00c09e537fed (patch)
treeba8ca524ba7a11b602fa06d9b2f833679f8c4873 /dns/p5-DNS-Zone/Makefile
parent2bf8c2e6f0a695ad1d8cb2260e0bda0597634f58 (diff)
downloadports-00afe0823b9606d6b31125eb813c00c09e537fed.tar.gz
ports-00afe0823b9606d6b31125eb813c00c09e537fed.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=332593
Diffstat (limited to 'dns/p5-DNS-Zone/Makefile')
-rw-r--r--dns/p5-DNS-Zone/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/p5-DNS-Zone/Makefile b/dns/p5-DNS-Zone/Makefile
index 78bb88caeb44..4248ad468d31 100644
--- a/dns/p5-DNS-Zone/Makefile
+++ b/dns/p5-DNS-Zone/Makefile
@@ -14,7 +14,6 @@ COMMENT= DNS::Zone is set of perl modules for name service zone files
USES= perl5
USE_PERL5= configure patch
-NO_STAGE= yes
post-patch:
${FIND} ${WRKSRC} -name '*.pm' -o -name '*.t' -o -name '*.PL' | \
${XARGS} ${PERL} -pi -e '$$_="" if /^use 5/;' \
@@ -22,8 +21,8 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>