diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-30 20:55:18 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-30 20:55:18 +0000 |
commit | 4fb1cfb1cd39cc9eebf2dca04766b8bb32d2851d (patch) | |
tree | 3ac0539929df7ded62928608363897c24273f689 /devel/opengrok/Makefile | |
parent | 15ed6235586fa434f1987dc7a0f0a26164d59b33 (diff) |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
Notes
Notes:
svn path=/head/; revision=338168
Diffstat (limited to 'devel/opengrok/Makefile')
-rw-r--r-- | devel/opengrok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index 82846cd4d2a5..7b1c064e1eec 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://hub.opensolaris.org/bin/download/Project+opengrok/files/ MAINTAINER= tj@FreeBSD.org COMMENT= Fast and powerful code search and cross-reference engine -LICENSE= CDDL AL2 +LICENSE= CDDL APACHE20 LICENSE_COMB= multi RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags |