diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-18 17:09:36 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-18 17:09:36 +0800 |
commit | 59cc50be256df43c7cb8a574555a325de270e565 (patch) | |
tree | 2139a0b0cbb1679cb281b6dbeb5a30d3bf83be56 /shells/bash3/Makefile | |
parent | 4d931d61fa251737da3086991f6dfcb4e5b44830 (diff) | |
download | freebsd-ports-gnome-59cc50be256df43c7cb8a574555a325de270e565.tar.gz freebsd-ports-gnome-59cc50be256df43c7cb8a574555a325de270e565.tar.zst freebsd-ports-gnome-59cc50be256df43c7cb8a574555a325de270e565.zip |
Fetch this from LOCAL_PORTS. If Chet wants to support the latest and
greatest bash through the ports collection, then he can drop the tarballs
into there and save us all some trouble.
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index f7f96bb53b93..ab38353dd3bd 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -3,11 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.8 1995/04/01 12:49:52 jkh Exp $ +# $Id: Makefile,v 1.9 1995/04/11 19:26:27 asami Exp $ # DISTNAME= bash-1.14.4 CATEGORIES+= shells -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ +MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ .include <bsd.port.mk> |