mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Stage support
This commit is contained in:
parent
51348d7f89
commit
f4d76a2c7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342919
2 changed files with 3 additions and 7 deletions
|
@ -19,13 +19,8 @@ PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= POE::Component::IRC::Plugin::CoreList.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>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/CoreList/.packlist
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PERL5_MAN3%%/POE::Component::IRC::Plugin::CoreList.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/CoreList
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
|
||||
|
|
Loading…
Add table
Reference in a new issue