svn commit: r332889 - head/devel/grantlee
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Nov 5 18:22:10 UTC 2013
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 at 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>
More information about the svn-ports-head
mailing list