summaryrefslogtreecommitdiff
path: root/shells/bash3
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-05-26 21:22:06 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-05-26 21:22:06 +0000
commit0149da1f3030f797d2a988c037c59339edbabac6 (patch)
treebb930f0b95d65e6a8b38c8f0916c9f331506f0f3 /shells/bash3
parentUpgrade to 970525 version of Wine. (diff)
FIx serious globbing error with \ due to wrong local fnmatch.h included
Notes
Notes: svn path=/head/; revision=6573
Diffstat (limited to 'shells/bash3')
-rw-r--r--shells/bash3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
index bfe36da751fc..d33f295a3db6 100644
--- a/shells/bash3/Makefile
+++ b/shells/bash3/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.20 1996/12/27 11:40:41 ache Exp $
+# $Id: Makefile,v 1.21 1997/02/16 02:08:37 obrien Exp $
#
DISTNAME= bash-2.0
@@ -19,6 +19,8 @@ MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= Yes
MAN1= bash.1 bashbug.1
+post-extract:
+ rm ${WRKSRC}/lib/glob/fnmatch.h
post-install:
.if !defined(NOPORTDOCS)