aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-06 09:47:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-06 09:47:25 +0000
commitac70eb008fe40398571f4785d51321feea568d44 (patch)
tree210a824c5d94ce2444f718c5995ae7d3cd91152c /dns
parentc681ee709c2144b3ebe52483506827b8453daf29 (diff)
downloadports-ac70eb008fe40398571f4785d51321feea568d44.tar.gz
ports-ac70eb008fe40398571f4785d51321feea568d44.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS-Resolver-Programmable/Makefile11
-rw-r--r--dns/p5-Net-DNS-Resolver-Programmable/pkg-plist1
2 files changed, 7 insertions, 5 deletions
diff --git a/dns/p5-Net-DNS-Resolver-Programmable/Makefile b/dns/p5-Net-DNS-Resolver-Programmable/Makefile
index 0f86cfa201b8..27e0d1f68c49 100644
--- a/dns/p5-Net-DNS-Resolver-Programmable/Makefile
+++ b/dns/p5-Net-DNS-Resolver-Programmable/Makefile
@@ -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>
diff --git a/dns/p5-Net-DNS-Resolver-Programmable/pkg-plist b/dns/p5-Net-DNS-Resolver-Programmable/pkg-plist
index 3aa630f247fc..eece729aea3f 100644
--- a/dns/p5-Net-DNS-Resolver-Programmable/pkg-plist
+++ b/dns/p5-Net-DNS-Resolver-Programmable/pkg-plist
@@ -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