diff options
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 639fb1b7f59e..2617b43c6377 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,10 +3,10 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $ +# $Id: Makefile,v 1.5 1994/12/12 02:17:47 ache Exp $ # DISTNAME= bash-1.14.3 -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ .include <bsd.port.mk> |