diff options
author | bad <bad> | 1999-03-22 16:08:30 +0000 |
---|---|---|
committer | bad <bad> | 1999-03-22 16:08:30 +0000 |
commit | 1788450707884943d0100e521d2e46926f5ef986 (patch) | |
tree | 17a5b345de9184310228cc637deacd1993b7ad94 /shells | |
parent | 373fd6c53fe6cd2dc76674c06de43a4a8093e17e (diff) | |
download | pkgsrc-1788450707884943d0100e521d2e46926f5ef986.tar.gz |
Catch up with MASTER_SITE_GNU reorganization.
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 bd0a592356d..0046e72fb15 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/03/02 03:53:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 1999/03/22 16:08:33 bad 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/} .include "../../mk/bsd.prefs.mk" |