svn commit: r401371 - head/polish/trf

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 12 17:20:20 UTC 2015


Author: amdmi3
Date: Thu Nov 12 17:20:19 2015
New Revision: 401371
URL: https://svnweb.freebsd.org/changeset/ports/401371

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/polish/trf/Makefile

Modified: head/polish/trf/Makefile
==============================================================================
--- head/polish/trf/Makefile	Thu Nov 12 17:20:11 2015	(r401370)
+++ head/polish/trf/Makefile	Thu Nov 12 17:20:19 2015	(r401371)
@@ -9,9 +9,11 @@ MASTER_SITES=	http://korzen.org/soft/trf
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Billing software for traffic counting working with most Polish ISPs
 
+LICENSE=	GPLv2 # or later
+
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in README CHANGELOG
 	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list