svn commit: r345051 - head/devel/bouml-doc

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 09:47:37 UTC 2014


Author: ehaupt
Date: Wed Feb 19 09:47:36 2014
New Revision: 345051
URL: http://svnweb.freebsd.org/changeset/ports/345051
QAT: https://qat.redports.org/buildarchive/r345051/

Log:
  Support staging

Modified:
  head/devel/bouml-doc/Makefile

Modified: head/devel/bouml-doc/Makefile
==============================================================================
--- head/devel/bouml-doc/Makefile	Wed Feb 19 09:46:28 2014	(r345050)
+++ head/devel/bouml-doc/Makefile	Wed Feb 19 09:47:36 2014	(r345051)
@@ -14,9 +14,8 @@ NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/doc
 DOCSDIR=	${PREFIX}/share/doc/bouml
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${DOCSDIR}
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DOCSDIR})
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list