From 6cea56bc91b019fea03bc6767117b0f38313031f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 11 Feb 2014 19:15:52 +0000 Subject: Stage support --- devel/fortytwo-encore/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'devel/fortytwo-encore') diff --git a/devel/fortytwo-encore/Makefile b/devel/fortytwo-encore/Makefile index c3ce8e19be8b..b02a9c87292c 100644 --- a/devel/fortytwo-encore/Makefile +++ b/devel/fortytwo-encore/Makefile @@ -24,12 +24,10 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Encore DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/Encore -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - @${TAR} -C ${WRKDIR}/Encore-${PORTVERSION}-api-ref -cf - . | \ - ${TAR} -C ${DOCSDIR} -xf - -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKDIR}/Encore-${PORTVERSION}-api-ref && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include -- cgit v1.2.3