diff options
author | ache <ache@FreeBSD.org> | 2000-05-07 20:33:34 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-07 20:33:34 +0000 |
commit | 73861ea6f9a9a704eecc60f53ddbf03dd25cd2ff (patch) | |
tree | 835c10885ba0e532a40bdb2520da5cf0174d65d5 /shells/bash3/Makefile | |
parent | f668e538bafce8f806ae50836c0ef16e75e071b0 (diff) | |
download | FreeBSD-ports-73861ea6f9a9a704eecc60f53ddbf03dd25cd2ff.zip FreeBSD-ports-73861ea6f9a9a704eecc60f53ddbf03dd25cd2ff.tar.gz |
Upgrade to 2.04
failglob patch removed - this sort of patches must be submitted to bash
maintainer
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 64b0195..55f3b6c 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -6,13 +6,13 @@ # PORTNAME= bash -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash .if !defined(NOPORTDOCS) -DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz +DISTFILES= bash-${PORTVERSION}.tar.gz bash-doc-${PORTVERSION}.tar.gz .endif MAINTAINER= ache@FreeBSD.org |