- Fix LICENSE

- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2017-02-27 15:31:49 +00:00
parent 94c07f9b80
commit cd6d0555ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434963

View file

@ -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})