diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-10 12:03:04 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-10 12:03:04 +0000 |
commit | 3450afe8deca319548a2cf38b591fc4dabd9d1b4 (patch) | |
tree | a1ef85711c74892ea3941fbf381599ecb3c852da /shells/bash2 | |
parent | Fix the master site so that bsd.port.mk likes it (diff) |
Add master site of prep now that prep has this version available.
Notes
Notes:
svn path=/head/; revision=355
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index b475eba562a7..61bcee7c9fdd 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,10 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.2 1994/08/31 17:14:37 jkh Exp $ +# $Id: Makefile,v 1.3 1994/09/11 10:08:01 jkh Exp $ # GNU_MAKE= yes DISTNAME= bash-1.14.2 +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ .include <bsd.port.mk> |