svn commit: r345019 - head/devel/cflow2vcg

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 08:30:51 UTC 2014


Author: ehaupt
Date: Wed Feb 19 08:30:51 2014
New Revision: 345019
URL: http://svnweb.freebsd.org/changeset/ports/345019
QAT: https://qat.redports.org/buildarchive/r345019/

Log:
  Support staging

Modified:
  head/devel/cflow2vcg/Makefile

Modified: head/devel/cflow2vcg/Makefile
==============================================================================
--- head/devel/cflow2vcg/Makefile	Wed Feb 19 08:28:38 2014	(r345018)
+++ head/devel/cflow2vcg/Makefile	Wed Feb 19 08:30:51 2014	(r345019)
@@ -12,11 +12,10 @@ COMMENT=	Convert the result of the cflow
 
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/cflow* ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/cflow* ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list