mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -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
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
NO_STAGE= yes
|
|
||||||
|
|
||||||
MAN3= IO::KQueue.3
|
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||||
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chat.pl
|
%%PORTDOCS%%%%EXAMPLESDIR%%/chat.pl
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tail.pl
|
%%PORTDOCS%%%%EXAMPLESDIR%%/tail.pl
|
||||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||||
|
%%PERL5_MAN3%%/IO::KQueue.3.gz
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/KQueue
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/KQueue
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO
|
||||||
|
|
Loading…
Add table
Reference in a new issue