diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-27 07:41:29 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-27 07:41:29 +0000 |
commit | 0cee15684806cb05c106c47804c1afc5d558a340 (patch) | |
tree | f516578111d2148afaf866d1896eab7f051836db /shells/bash2 | |
parent | 6ed1970f245dee8d550b37210212af6e10d68a06 (diff) | |
download | FreeBSD-ports-0cee15684806cb05c106c47804c1afc5d558a340.zip FreeBSD-ports-0cee15684806cb05c106c47804c1afc5d558a340.tar.gz |
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
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 17b990c..586b613 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,13 +3,14 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.30 1998/07/17 20:38:14 steve Exp $ +# $Id: Makefile,v 1.31 1998/08/10 00:00:46 steve Exp $ # DISTNAME= bash-2.02.1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://slc2.ins.cwru.edu/pub/dist/ +MASTER_SITE_SUBDIR= bash .if !defined(NOPORTDOCS) DISTFILES= bash-2.02.1.tar.gz bash-doc-2.02.tar.gz .endif |