diff options
author | tron <tron> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-14 21:39:01 +0000 |
commit | fe0ef5f1814ac75f2c52f26d6b59dc442eaeff23 (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /shells | |
parent | 238c85b981bfde12c686bb39e79cbc6fe857bd57 (diff) | |
download | pkgsrc-fe0ef5f1814ac75f2c52f26d6b59dc442eaeff23.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 4 |
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 |