diff options
Diffstat (limited to 'polish')
-rw-r--r-- | polish/trf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/polish/trf/Makefile b/polish/trf/Makefile index 9932261cc89..7b327f2b118 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} |