1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

put MASTER_SITE_GNU first

This commit is contained in:
Andrey A. Chernov 1998-05-16 11:39:19 +00:00
parent e79915bfed
commit d67c0b5ed7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11010
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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