diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-03 07:57:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-03 07:57:24 +0000 |
commit | fab248b15987e3cda692a678ce868a341883da20 (patch) | |
tree | fa6cbaf33ecf36ee200302f703c095c7bdcd196d /lang | |
parent | ed7c000c2dbc2118d2ef458ae1e52234fa9c1952 (diff) | |
download | pkgsrc-fab248b15987e3cda692a678ce868a341883da20.tar.gz |
Use pkgsrc-standard spelling for LICENSE.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index d293fb72f11..5d3d7ec02cd 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/12/15 02:11:06 asau Exp $ -# +# $NetBSD: Makefile,v 1.49 2016/10/03 07:57:24 wiz Exp $ SQUEAK_VERSION= 4.5 IMAGE_VERSION= 13680 @@ -15,7 +14,7 @@ DISTFILES= ${DEFAULT_DISTFILES} $(SQUEAK_SOURCES).gz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://squeak.org/ COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows -LICENCE= mit AND apache-2.0 +LICENSE= mit AND apache-2.0 DEPENDS= squeak-vm-[0-9]*:../../lang/squeak-vm |