aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-05-16 19:39:19 +0800
committerache <ache@FreeBSD.org>1998-05-16 19:39:19 +0800
commitc29648155c756add04e5c2de239109e47a464e2a (patch)
tree8938ae5b23f2cd52456ed15653f84083656575ee /shells/bash/Makefile
parent8abc9924ca3f53e8ab5bcfbb092cb460a161f0c1 (diff)
downloadfreebsd-ports-gnome-c29648155c756add04e5c2de239109e47a464e2a.tar.gz
freebsd-ports-gnome-c29648155c756add04e5c2de239109e47a464e2a.tar.zst
freebsd-ports-gnome-c29648155c756add04e5c2de239109e47a464e2a.zip
put MASTER_SITE_GNU first
Diffstat (limited to 'shells/bash/Makefile')
-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