aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-12 02:29:30 +0800
committerantoine <antoine@FreeBSD.org>2014-02-12 02:29:30 +0800
commit999f01bb9cbffa6fc722cc081013902ec3e391aa (patch)
treed4e5febd46cab24a39a0fc6c0b941f4358d67409 /databases
parentab9367050bc3dda766069e49f540a7e60284d0ad (diff)
downloadfreebsd-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/Makefile10
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>