diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:28:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:28:11 +0000 |
commit | 30d39141375fb8b877da76cdeba10cac94f0c950 (patch) | |
tree | 2de93eada8cff9afa79ef4b87133484add6ee805 /irc/p5-POE-Component-IRC-Object | |
parent | 38ee18d55a5a5d90ac5054da86392a4472fdc637 (diff) | |
download | ports-30d39141375fb8b877da76cdeba10cac94f0c950.tar.gz ports-30d39141375fb8b877da76cdeba10cac94f0c950.zip |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC-Object')
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/Makefile | 9 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/pkg-plist | 13 |
2 files changed, 11 insertions, 11 deletions
diff --git a/irc/p5-POE-Component-IRC-Object/Makefile b/irc/p5-POE-Component-IRC-Object/Makefile index e18e8defe294..f49235e87894 100644 --- a/irc/p5-POE-Component-IRC-Object/Makefile +++ b/irc/p5-POE-Component-IRC-Object/Makefile @@ -14,18 +14,15 @@ BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +#PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 USE_PERL5= configure -MAN3= POE::Component::IRC::Object.3 - -NO_STAGE= yes post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/example/* ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/irc/p5-POE-Component-IRC-Object/pkg-plist b/irc/p5-POE-Component-IRC-Object/pkg-plist index a6b8ea7495aa..20d776ad230d 100644 --- a/irc/p5-POE-Component-IRC-Object/pkg-plist +++ b/irc/p5-POE-Component-IRC-Object/pkg-plist @@ -1,9 +1,12 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Object/.packlist +%%PERL5_MAN3%%/POE::Component::IRC::Object.3.gz %%SITE_PERL%%/POE/Component/IRC/Object.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Object +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Object/.packlist +%%PORTDOCS%%%%EXAMPLESDIR%%/elizabot.pl +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Object +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE @dirrmtry %%SITE_PERL%%/POE/Component/IRC @dirrmtry %%SITE_PERL%%/POE/Component @dirrmtry %%SITE_PERL%%/POE -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE -%%PORTDOCS%%%%EXAMPLESDIR%%/elizabot.pl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |