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 /net | |
parent | 8704df115e8017340ecdd3807c35958c311fb80d (diff) | |
download | pkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'net')
-rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 0023d23f4ac..a4574525d43 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 1999/03/22 16:08:33 bad Exp $ +# $NetBSD: Makefile,v 1.19 1999/04/14 21:39:04 tron Exp $ # FreeBSD Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp # DISTNAME= wget-1.5.3 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU:=/wget/} +MASTER_SITES= ${MASTER_SITE_GNU:=wget/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/wget/wget.html |