diff options
author | gahr <gahr@FreeBSD.org> | 2015-04-23 04:14:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2015-04-23 04:14:51 +0800 |
commit | fa3c9d89b10f6ce9fb3fa1956154dce3959c4514 (patch) | |
tree | ea168545a1e90f01b2eae8d9e80a1085410efbc3 /lang/chicken | |
parent | c40403e71562e60a29c70636034da984c2745395 (diff) | |
download | freebsd-ports-gnome-fa3c9d89b10f6ce9fb3fa1956154dce3959c4514.tar.gz freebsd-ports-gnome-fa3c9d89b10f6ce9fb3fa1956154dce3959c4514.tar.zst freebsd-ports-gnome-fa3c9d89b10f6ce9fb3fa1956154dce3959c4514.zip |
- Remove LICENSE
Chicken's LICENSE file says that it's actually a mixture of BSD3 files,
files under a BSD3 lookalike with additional clause about academic
research, custom permissive license files, public domain files, and even
a few GPL2+ files in the test suite. It is the maintainer's opinion that
a blanked BSD3CLAUSE is misleading.
Reported by: maintainer (via private email)
Diffstat (limited to 'lang/chicken')
-rw-r--r-- | lang/chicken/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 66712cf651f4..903785e1a357 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= http://code.call-cc.org/releases/4.9.0/ MAINTAINER= vmagerya@gmail.com COMMENT= Scheme-to-C compiler -LICENSE= BSD3CLAUSE - USES= gmake MAKEFILE= GNUmakefile USE_LDCONFIG= yes |