From cd6d0555abf5dcf90e16a92b937e9987ca5f285b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 27 Feb 2017 15:31:49 +0000 Subject: - Fix LICENSE - Add LICENSE_FILE - Switch to options helpers --- mail/squirrelmail/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index e6c8ac2ef7e7..81c948ed7eca 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -11,7 +11,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Webmail system which accesses mail over IMAP -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/doc/COPYING USES= cpe gettext perl5 php:web tar:bzip2 USE_PHP= session hash gettext mbstring pcre openssl xml @@ -84,6 +85,7 @@ do-install: ${COPYTREE_SHARE} "attach class config data functions help images include locale plugins po scripts src themes" \ ${STAGEDIR}${SQUIRRELDIR}) +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -- cgit v1.2.3