diff options
Diffstat (limited to 'lang/gforth')
-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 fb81ce635a5..5ea5ec6163e 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/04/10 13:56:57 simonb Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/14 21:39:04 tron Exp $ DISTNAME= gforth-0.4.0 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GNU:=/gforth/} +MASTER_SITES= ${MASTER_SITE_GNU:=gforth/} MAINTAINER= simonb@netbsd.org HOMEPAGE= http://www.complang.tuwien.ac.at/forth/gforth/ |