- Stage support

This commit is contained in:
Martin Wilke 2014-01-30 08:26:54 +00:00
parent 8a2322b7e0
commit d296022ac9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341808
2 changed files with 3 additions and 8 deletions

View file

@ -11,15 +11,9 @@ COMMENT= Perl interface to the BSD kqueue system call
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
MAN3= IO::KQueue.3
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
.endif
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View file

@ -5,6 +5,7 @@
%%PORTDOCS%%%%EXAMPLESDIR%%/chat.pl
%%PORTDOCS%%%%EXAMPLESDIR%%/tail.pl
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
%%PERL5_MAN3%%/IO::KQueue.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/KQueue
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO