diff options
author | tron <tron@pkgsrc.org> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-14 21:39:01 +0000 |
commit | 9c4c0c2b50d083c8f28038c8732489282b101546 (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /lang/gforth | |
parent | 8704df115e8017340ecdd3807c35958c311fb80d (diff) | |
download | pkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz |
Remove unnecessary slash from master site list.
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/ |