diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-07 20:33:34 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-07 20:33:34 +0000 |
commit | a4923c39c3983ccd9cafc9997bf931658b64f4a6 (patch) | |
tree | c15673f0cf49d401b8e6a3c5ba8063a294b0054e /shells/bash2/Makefile | |
parent | 38bae59b7245133fa0cab85ddf83556b727e7076 (diff) |
Notes
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 64b019516fed..55f3b6cbbcef 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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 |