mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
- Stage support
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue