diff options
author | asau <asau@pkgsrc.org> | 2009-08-14 22:54:49 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-08-14 22:54:49 +0000 |
commit | d286bedf282f6d6847f5bcd7c1bb434f04773051 (patch) | |
tree | 7aa93a9dd8eee8083079a07dd126678cd0d89de7 /lang | |
parent | 58e2d8914fb19e2bcdb59ba6dd19339afa257ca2 (diff) | |
download | pkgsrc-d286bedf282f6d6847f5bcd7c1bb434f04773051.tar.gz |
Fix licence (GNU GPLv3).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gforth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index d4a44151021..2b81d4b29dd 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/08/14 22:52:20 asau Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/14 22:54:49 asau Exp $ DISTNAME= gforth-0.7.0 CATEGORIES= lang @@ -8,7 +8,7 @@ MASTER_SITES+= http://www.complang.tuwien.ac.at/forth/gforth/ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://www.complang.tuwien.ac.at/forth/gforth/ COMMENT= Fast interpreter for the Forth language -LICENSE= +LICENSE= gnu-gpl-v3 ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc |