diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-01-14 14:52:53 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-01-14 14:52:53 +0000 |
commit | 959dd8aef25ee454221d728c34e22384c140f9d4 (patch) | |
tree | 2e53379404c259bcf4590fe4a8294f01b384b78d /shells | |
parent | 40352ca20cd1dc80b697520fa10cabb98452099d (diff) | |
download | pkgsrc-959dd8aef25ee454221d728c34e22384c140f9d4.tar.gz |
Fix MASTER_SITES, as per PR 6808 by Jim Bernard <jbernard@ox.mines.edu>
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 ea6da025eac..c33cc2fd0df 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/11/13 11:27:30 agc Exp $ +# $NetBSD: Makefile,v 1.14 1999/01/14 14:52:53 hubertf Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -7,7 +7,7 @@ DV= 2.02 DISTNAME= bash-${V} CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \ - ${MASTER_SITE_GNU} + ${MASTER_SITE_GNU}/bash/ .include "../../mk/bsd.prefs.mk" |