summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-05-16 11:39:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-05-16 11:39:19 +0000
commitd67c0b5ed7b94c09f5f166998b93963bf27fcd77 (patch)
tree77c9a2c1f1880a5db666edca156f8a99c3ff8618 /shells/bash/Makefile
parentOops, misspelled the package in previous commmit (diff)
put MASTER_SITE_GNU first
Notes
Notes: svn path=/head/; revision=11010
Diffstat (limited to '')
-rw-r--r--shells/bash/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index cb1447039493..7faba0b72589 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -3,13 +3,13 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.27 1997/11/06 01:17:50 ache Exp $
+# $Id: Makefile,v 1.28 1998/04/28 05:09:46 ache Exp $
#
DISTNAME= bash-2.02
CATEGORIES= shells
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \
- ${MASTER_SITE_GNU}
+MASTER_SITES= ${MASTER_SITE_GNU} \
+ ftp://slc2.ins.cwru.edu/pub/dist/
.if !defined(NOPORTDOCS)
DISTFILES= bash-2.02.tar.gz bash-doc-2.02.tar.gz
.endif