aboutsummaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-12 17:20:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-12 17:20:19 +0000
commit852982df07a7f49f08b3a88cc306ad285fa992c3 (patch)
tree839fbdd60c987d3f5e00c70863ad8be08ae9df20 /polish
parenta6d27f39e381c91280cdd2a9aa586bf71ab9b3bb (diff)
downloadports-852982df07a7f49f08b3a88cc306ad285fa992c3.tar.gz
ports-852982df07a7f49f08b3a88cc306ad285fa992c3.zip
- Add LICENSE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=401371
Diffstat (limited to 'polish')
-rw-r--r--polish/trf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/polish/trf/Makefile b/polish/trf/Makefile
index 9932261cc892..7b327f2b1181 100644
--- a/polish/trf/Makefile
+++ b/polish/trf/Makefile
@@ -9,9 +9,11 @@ MASTER_SITES= http://korzen.org/soft/trf/
MAINTAINER= ports@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}