1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-06 07:21:55 +00:00
parent 54cd26bca5
commit 9a8024410c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342938
2 changed files with 3 additions and 7 deletions

View File

@ -26,13 +26,8 @@ PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
USES= perl5
USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::RSS::Headlines.3
NO_STAGE= yes
post-install:
.ifndef(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/RSS/Headlines/.packlist
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PERL5_MAN3%%/POE::Component::IRC::Plugin::RSS::Headlines.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/RSS/Headlines
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/RSS
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin