diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:33:29 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:33:29 +0000 |
commit | 3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (patch) | |
tree | 92d4e44e25fb88a61a380cd3ee9dacf24fca37c4 /mail/p5-POE-Component-Client-POP3 | |
parent | 1261ab9470d3b27700cd81cd7020d4b3af86b962 (diff) | |
download | ports-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.tar.gz ports-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.zip |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes:
svn path=/head/; revision=360498
Diffstat (limited to 'mail/p5-POE-Component-Client-POP3')
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/pkg-plist | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile index 01f547fb3bfe..de765f16ebaa 100644 --- a/mail/p5-POE-Component-Client-POP3/Makefile +++ b/mail/p5-POE-Component-Client-POP3/Makefile @@ -16,11 +16,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= EXAMPLES + post-install: -.ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} -.endif .include <bsd.port.mk> diff --git a/mail/p5-POE-Component-Client-POP3/pkg-plist b/mail/p5-POE-Component-Client-POP3/pkg-plist index 98d9c66d9321..bcdb092b9088 100644 --- a/mail/p5-POE-Component-Client-POP3/pkg-plist +++ b/mail/p5-POE-Component-Client-POP3/pkg-plist @@ -1,9 +1,9 @@ %%PERL5_MAN3%%/POE::Component::Client::POP3.3.gz %%SITE_PERL%%/POE/Component/Client/POP3.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3/.packlist -%%PORTDOCS%%%%EXAMPLESDIR%%/term.perl -%%PORTDOCS%%%%EXAMPLESDIR%%/test.perl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.perl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.perl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component |