Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 08:30:51 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345019 - head/devel/cflow2vcg
Message-ID:  <201402190830.s1J8UpVn024177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402190830.s1J8UpVn024177>