diff options
author | ache <ache@FreeBSD.org> | 1998-05-16 11:39:19 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-05-16 11:39:19 +0000 |
commit | c29648155c756add04e5c2de239109e47a464e2a (patch) | |
tree | 8938ae5b23f2cd52456ed15653f84083656575ee /shells/bash3/Makefile | |
parent | 8abc9924ca3f53e8ab5bcfbb092cb460a161f0c1 (diff) | |
download | FreeBSD-ports-c29648155c756add04e5c2de239109e47a464e2a.zip FreeBSD-ports-c29648155c756add04e5c2de239109e47a464e2a.tar.gz |
put MASTER_SITE_GNU first
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index cb14470..7faba0b 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/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 |