diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-25 17:42:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-25 17:42:54 +0000 |
commit | 34543070949122ebc840d047bcb55a371aa6e0b1 (patch) | |
tree | 573ae345e898fe023c1a4bc9e69b4ba3b5645395 /shells/bash | |
parent | a75421eaf8416955fc16f0caba2f3884a8b5847c (diff) | |
download | ports-34543070949122ebc840d047bcb55a371aa6e0b1.tar.gz ports-34543070949122ebc840d047bcb55a371aa6e0b1.zip |
Notes
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index bb5d1910efbf..1139334bd2e2 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 45 PORTVERSION= 4.2.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq @@ -91,7 +91,8 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} \ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= YACC="bison -y" +CONFIGURE_ENV= YACC="bison -y" \ + bash_cv_dev_fd=absent post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/bash.1 |