summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-14 21:39:01 +0000
committertron <tron@pkgsrc.org>1999-04-14 21:39:01 +0000
commit9c4c0c2b50d083c8f28038c8732489282b101546 (patch)
treebbaa4216e40e5290bddc14a02309232c2868acfd /shells
parent8704df115e8017340ecdd3807c35958c311fb80d (diff)
downloadpkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz
Remove unnecessary slash from master site list.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index e2ad34e28c6..521fe495fc0 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1999/04/13 15:31:07 agc Exp $
+# $NetBSD: Makefile,v 1.20 1999/04/14 21:39:04 tron Exp $
# FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp
#
@@ -7,7 +7,7 @@ DV= 2.03
DISTNAME= bash-${V}
CATEGORIES= shells
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \
- ${MASTER_SITE_GNU:=/bash/}
+ ${MASTER_SITE_GNU:=bash/}
DISTFILES= bash-${V}.tar.gz bash-doc-${DV}.tar.gz
MAINTAINER= packages@netbsd.org