Support staging.

This commit is contained in:
Emanuel Haupt 2014-02-06 09:47:25 +00:00
parent c681ee709c
commit ac70eb008f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342992
2 changed files with 7 additions and 5 deletions

View file

@ -15,7 +15,6 @@ COMMENT= Programmable DNS resolver for off-line testing
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_STAGE= yes
USES= perl5
USE_PERL5= modbuild
@ -23,12 +22,14 @@ MAN3= Net::DNS::Resolver::Programmable.3
PORTDOCS= CHANGES README TODO
DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS-Resolver-Programmable
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>

View file

@ -1,4 +1,5 @@
%%SITE_PERL%%/Net/DNS/Resolver/Programmable.pm
%%PERL5_MAN3%%/Net::DNS::Resolver::Programmable.3.gz
@dirrm %%SITE_PERL%%/Net/DNS/Resolver
@dirrm %%SITE_PERL%%/Net/DNS
@dirrmtry %%SITE_PERL%%/Net