diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 07:41:29 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 07:41:29 +0000 |
commit | 52619586269c9e817bdf8a8496e70376ba957597 (patch) | |
tree | 91ac46dd366a9b5bee3465be0e79bf7e9f4efd10 /shells | |
parent | 651269fa962f1c06139c612b72c1e21091612a60 (diff) | |
download | ports-52619586269c9e817bdf8a8496e70376ba957597.tar.gz ports-52619586269c9e817bdf8a8496e70376ba957597.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 3 | ||||
-rw-r--r-- | shells/bash1/Makefile | 3 | ||||
-rw-r--r-- | shells/bash2/Makefile | 3 | ||||
-rw-r--r-- | shells/bash3/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 17b990c7b1a7..586b613c8d98 100644 --- a/shells/bash/Makefile +++ b/shells/bash/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 diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 528426a3cbb6..26913e24031f 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -4,12 +4,13 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.26 1998/04/04 07:36:44 asami Exp $ +# $Id: Makefile,v 1.27 1998/08/13 21:30:06 obrien Exp $ # DISTNAME= bash-1.14.7 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= bash MAINTAINER= obrien@FreeBSD.org diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 17b990c7b1a7..586b613c8d98 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 diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 17b990c7b1a7..586b613c8d98 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/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 |