Stage support
This commit is contained in:
parent
70c448be44
commit
a92a891ba1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343793
1 changed files with 4 additions and 6 deletions
|
@ -30,12 +30,10 @@ ADDITIONAL_LDFLAGS+= -L${BDB_LIB_DIR}
|
|||
|
||||
ENCORE_PORT?= devel/fortytwo-encore
|
||||
|
||||
NO_STAGE= yes
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
@${TAR} -C ${WRKDIR}/BDB-0.2.0-api-ref -cf - . | \
|
||||
${TAR} -C ${DOCSDIR} -xf -
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKDIR}/BDB-0.2.0-api-ref && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue