Stage support

This commit is contained in:
Antoine Brodin 2014-02-11 18:29:30 +00:00
parent 70c448be44
commit a92a891ba1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343793

View file

@ -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>