diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-13 00:43:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-13 00:43:09 +0000 |
commit | a146f053ab02031cb0cc4baaeafb4ccda5b1b584 (patch) | |
tree | 8938ab1c3e5bdece308debd2b93289f903bb8d52 /shells/bash2/Makefile | |
parent | 15009554b4a5001cd48d18b634cf41e539ee65be (diff) | |
download | ports-a146f053ab02031cb0cc4baaeafb4ccda5b1b584.tar.gz ports-a146f053ab02031cb0cc4baaeafb4ccda5b1b584.zip |
Notes
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 643a522d66bd..44a36b0f1bf2 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -7,23 +7,25 @@ # PORTNAME= bash -PORTVERSION= 2.05b -PORTREVISION?= 1 +PORTVERSION= 2.05b.004 +PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash .if !defined(NOPORTDOCS) -DISTFILES= bash-${PORTVERSION}.tar.gz bash-doc-${PORTVERSION}.tar.gz +DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz \ + bash-doc-${PORTVERSION:C/\....$//}.tar.gz .endif PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ -PATCHFILES= bash205b-003 +PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 MAINTAINER= obrien@FreeBSD.org .include <bsd.port.pre.mk> +WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//} GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static |