diff options
author | bad <bad@pkgsrc.org> | 1999-03-22 16:08:30 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-03-22 16:08:30 +0000 |
commit | fa9c2f3760231b08dc9a0e755773b4eeede3a406 (patch) | |
tree | 17a5b345de9184310228cc637deacd1993b7ad94 /shells/bash2 | |
parent | 71fdc4f987396c1d835d34fc972302db80290353 (diff) | |
download | pkgsrc-fa9c2f3760231b08dc9a0e755773b4eeede3a406.tar.gz |
Catch up with MASTER_SITE_GNU reorganization.
Diffstat (limited to 'shells/bash2')
-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" |