summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2015-04-22 20:14:51 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2015-04-22 20:14:51 +0000
commita47621cc5767f0516bd0524bdd97e6e189985f6d (patch)
treeea168545a1e90f01b2eae8d9e80a1085410efbc3
parentUpdate to the 20150421 snapshot of GCC 5.0.1 -- nearly the 5.1 release. (diff)
- 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)
-rw-r--r--lang/chicken/Makefile2
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