diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-18 09:09:36 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-18 09:09:36 +0000 |
commit | 0e59539babcddb57d9b679459979b8e94002b0a3 (patch) | |
tree | 8805f6de0de564a26976efe1fafc515b8c083429 /shells/bash3 | |
parent | ee249b65cd0ecc8965be92bfd119a6aa97675108 (diff) | |
download | ports-0e59539babcddb57d9b679459979b8e94002b0a3.tar.gz ports-0e59539babcddb57d9b679459979b8e94002b0a3.zip |
Notes
Diffstat (limited to 'shells/bash3')
-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> |