summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index cd9872a943f..5b79a22fd22 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.61.4.1 2014/09/25 09:02:06 spz Exp $
+# $NetBSD: Makefile,v 1.61.4.2 2014/09/25 18:08:56 spz Exp $
BASH_VERSION= 4.3
BASH_PATCHLEVEL= 025
DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/
@@ -102,6 +103,9 @@ CONFIGURE_ENV+= bash_cv_func_ctype_nonascii=yes
CONFIGURE_ENV+= bash_cv_wexitstatus_offset=8
.endif
+pre-configure:
+ ${RM} -f ${WRKSRC}/y.tab.c
+
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/bash.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/doc/bashbug.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1