svn commit: r406277 - head/devel/cflow2vcg

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jan 16 21:39:44 UTC 2016


Author: amdmi3
Date: Sat Jan 16 21:39:43 2016
New Revision: 406277
URL: https://svnweb.freebsd.org/changeset/ports/406277

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/devel/cflow2vcg/Makefile

Modified: head/devel/cflow2vcg/Makefile
==============================================================================
--- head/devel/cflow2vcg/Makefile	Sat Jan 16 21:39:28 2016	(r406276)
+++ head/devel/cflow2vcg/Makefile	Sat Jan 16 21:39:43 2016	(r406277)
@@ -10,11 +10,14 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Convert the result of the cflow utility in a VCG format
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/cflow* ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list