diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-12 02:29:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-12 02:29:30 +0800 |
commit | 999f01bb9cbffa6fc722cc081013902ec3e391aa (patch) | |
tree | d4e5febd46cab24a39a0fc6c0b941f4358d67409 /databases | |
parent | ab9367050bc3dda766069e49f540a7e60284d0ad (diff) | |
download | freebsd-ports-gnome-999f01bb9cbffa6fc722cc081013902ec3e391aa.tar.gz freebsd-ports-gnome-999f01bb9cbffa6fc722cc081013902ec3e391aa.tar.zst freebsd-ports-gnome-999f01bb9cbffa6fc722cc081013902ec3e391aa.zip |
Stage support
Diffstat (limited to 'databases')
-rw-r--r-- | databases/fortytwo-bdb/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/fortytwo-bdb/Makefile b/databases/fortytwo-bdb/Makefile index f4e695bdc971..2829cdf3fdd0 100644 --- a/databases/fortytwo-bdb/Makefile +++ b/databases/fortytwo-bdb/Makefile @@ -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> |