diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/gforth | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 3 | ||||
-rw-r--r-- | lang/gforth/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 6a39c3e2f31..2ce575a1169 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/11/13 23:58:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 09:07:09 agc Exp $ DISTNAME= gforth-0.5.0 CATEGORIES= lang @@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gforth/} MAINTAINER= simonb@netbsd.org HOMEPAGE= http://www.complang.tuwien.ac.at/forth/gforth/ +COMMENT= Fast interpreter for the Forth language ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k diff --git a/lang/gforth/pkg/COMMENT b/lang/gforth/pkg/COMMENT deleted file mode 100644 index d893b88c39a..00000000000 --- a/lang/gforth/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Fast interpreter for the Forth language |