mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Stage support
This commit is contained in:
parent
1dc4b1b0d3
commit
2c97a27973
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345497
1 changed files with 4 additions and 7 deletions
|
@ -22,7 +22,6 @@ CDB_PORTDIR= ${PORTSDIR}/databases/cdb
|
|||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -36,11 +35,9 @@ post-extract:
|
|||
${LN} -s `cd ${CDB_PORTDIR}; ${MAKE} -V WRKSRC` ${WRKSRC}/cdb
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}/
|
||||
@(cd ${WRKSRC}/sample/ && ${COPYTREE_SHARE} \* ${RUBY_MODEXAMPLESDIR}/)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
|
||||
@(cd ${WRKSRC}/sample/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/)
|
||||
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${RUBY_MODDOCDIR}/
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue