Date: Tue, 5 Nov 2013 18:22:09 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332889 - head/devel/grantlee Message-ID: <201311051822.rA5IM9CL084742@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Nov 5 18:22:09 2013 New Revision: 332889 URL: http://svnweb.freebsd.org/changeset/ports/332889 Log: Support staging. Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> Modified: head/devel/grantlee/Makefile Modified: head/devel/grantlee/Makefile ============================================================================== --- head/devel/grantlee/Makefile Tue Nov 5 18:18:03 2013 (r332888) +++ head/devel/grantlee/Makefile Tue Nov 5 18:22:09 2013 (r332889) @@ -21,7 +21,6 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOXYGEN} @@ -30,9 +29,9 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/deve PORTDOCS= * post-install: - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${BUILD_WRKSRC} && ${MAKE} docs - cd ${BUILD_WRKSRC}/apidox && ${COPYTREE_SHARE} \* ${DOCSDIR} + cd ${BUILD_WRKSRC}/apidox && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051822.rA5IM9CL084742>