diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-02 04:09:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-02 04:09:11 +0000 |
commit | 1c64ad8a4231d7eb7bc93287892ac7aa19d49d82 (patch) | |
tree | f77d14a8aef8e08fe9fe30993f520343f6c194a1 /lang/a60 | |
parent | 75000d898f71c71150f4ca7587535b2337363b12 (diff) | |
download | pkgsrc-1c64ad8a4231d7eb7bc93287892ac7aa19d49d82.tar.gz |
set LICENSE.
Diffstat (limited to 'lang/a60')
-rw-r--r-- | lang/a60/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/a60/Makefile b/lang/a60/Makefile index 521919cbd03..f3b6200bb97 100644 --- a/lang/a60/Makefile +++ b/lang/a60/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/02 04:08:09 dholland Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/02 04:09:11 dholland Exp $ DISTNAME= a60-0.20a PKGREVISION= 1 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/algol60/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Algol 60 interpreter +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes |