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 /lang/squeak | |
parent | 15ed6235586fa434f1987dc7a0f0a26164d59b33 (diff) | |
download | ports-4fb1cfb1cd39cc9eebf2dca04766b8bb32d2851d.tar.gz ports-4fb1cfb1cd39cc9eebf2dca04766b8bb32d2851d.zip |
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 1d11db6b84c0..a4b7a1844790 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= Squeak-${VM_VERSION}-src${EXTRACT_SUFX} MAINTAINER= mutoh@openedu.org COMMENT= Full Smalltalk 80 with portability to UNIX, Mac, and Windows -LICENSE= AL2 MIT +LICENSE= APACHE20 MIT LICENSE_COMB= multi # Don't set USE_ZIP as this breaks EXTRACT_CMD. |