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/bwbasic/Makefile | |
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/bwbasic/Makefile')
-rw-r--r-- | lang/bwbasic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/bwbasic/Makefile b/lang/bwbasic/Makefile index b3c586c9614..8fa3363b9ca 100644 --- a/lang/bwbasic/Makefile +++ b/lang/bwbasic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/15 19:43:22 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 09:06:59 agc Exp $ DISTNAME= bwbasic-2.20 CATEGORIES= lang @@ -7,6 +7,7 @@ DISTFILES= bwbasic-2.20.tar.Z \ bwb-2.20-patch01.tar.Z.uu.txt bwb-2.20-patch02.tar.Z.uu.txt MAINTAINER= jspath@bcpl.net +COMMENT= The Bywater Basic interpreter GNU_CONFIGURE= yes EXTRACT_ONLY= bwbasic-2.20.tar.Z |