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/guile | |
parent | 8704df115e8017340ecdd3807c35958c311fb80d (diff) | |
download | pkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 220f4208e48..688b05aa5b9 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 1999/03/01 16:43:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 1999/04/14 21:39:04 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp # DISTNAME= guile-1.3 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GNU:=/guile/} +MASTER_SITES= ${MASTER_SITE_GNU:=guile/} MAINTAINER= perry@piermont.com HOMEPAGE= http://www.gnu.org/software/guile/guile.html |