diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-05 02:21:32 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-05 02:21:32 +0800 |
commit | c5793560f74413be90f851575d719462ff3e795e (patch) | |
tree | 193166747497d68b08dc71c3a7cd832df9ad6ccb /devel/clanlib1 | |
parent | 5fef06224f51a48910e97f4c2128a14e627a0625 (diff) | |
download | freebsd-ports-gnome-c5793560f74413be90f851575d719462ff3e795e.tar.gz freebsd-ports-gnome-c5793560f74413be90f851575d719462ff3e795e.tar.zst freebsd-ports-gnome-c5793560f74413be90f851575d719462ff3e795e.zip |
- Fix LICENSE_GROUPS, the ZLIB license is GPL compatilble but does not comply
with the Copyfree Standard Definition
Approved by: makc (mentor), maintainer (implicit)
Diffstat (limited to 'devel/clanlib1')
-rw-r--r-- | devel/clanlib1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile index e5502e5403d9..ee602d10bee8 100644 --- a/devel/clanlib1/Makefile +++ b/devel/clanlib1/Makefile @@ -12,7 +12,7 @@ MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Cross-platform game SDK LICENSE= ZLIB -LICENSE_GROUPS= FSF OSI COPYFREE +LICENSE_GROUPS= FSF GPL OSI LICENSE_NAME= ZLIB license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} |