mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix LICENSE
- Add LICENSE_FILE - Switch to options helpers
This commit is contained in:
parent
94c07f9b80
commit
cd6d0555ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434963
1 changed files with 3 additions and 1 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue