diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 21:57:31 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 21:57:31 +0000 |
commit | 8610a3f5740a1d5d2b227aa19c1f361816feb627 (patch) | |
tree | 7704c92be4b39fd275f09238ba417439652da645 /dns/p5-DNS-EasyDNS | |
parent | 01da1d3d6cf30b21f44b8cdec6111c1581fdb020 (diff) |
Notes
Diffstat (limited to 'dns/p5-DNS-EasyDNS')
-rw-r--r-- | dns/p5-DNS-EasyDNS/Makefile | 4 | ||||
-rw-r--r-- | dns/p5-DNS-EasyDNS/pkg-plist | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dns/p5-DNS-EasyDNS/Makefile b/dns/p5-DNS-EasyDNS/Makefile index 57bfaf437fca..deb59256378a 100644 --- a/dns/p5-DNS-EasyDNS/Makefile +++ b/dns/p5-DNS-EasyDNS/Makefile @@ -16,10 +16,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= EXAMPLES + post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.endif .include <bsd.port.mk> diff --git a/dns/p5-DNS-EasyDNS/pkg-plist b/dns/p5-DNS-EasyDNS/pkg-plist index b1959ba0f5f4..64554d05abb3 100644 --- a/dns/p5-DNS-EasyDNS/pkg-plist +++ b/dns/p5-DNS-EasyDNS/pkg-plist @@ -1,10 +1,10 @@ %%PERL5_MAN3%%/DNS::EasyDNS.3.gz %%SITE_PERL%%/DNS/EasyDNS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DNS/EasyDNS/.packlist -%%PORTDOCS%%%%EXAMPLESDIR%%/easydns-by-interface -%%PORTDOCS%%%%EXAMPLESDIR%%/easydns-from-router -%%PORTDOCS%%%%EXAMPLESDIR%%/easydns-simple -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/easydns-by-interface +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/easydns-from-router +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/easydns-simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DNS/EasyDNS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DNS @dirrmtry %%SITE_PERL%%/DNS |