diff options
author | ache <ache@FreeBSD.org> | 1997-05-27 05:22:06 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-05-27 05:22:06 +0800 |
commit | 80f23a08d36ef5964c6abc53db61dab326593606 (patch) | |
tree | 18323acb540541264d0969fc3ddfd662286c821e /shells | |
parent | c7a126331d148a901e426e28c1ab5b61ec102f1f (diff) | |
download | freebsd-ports-gnome-80f23a08d36ef5964c6abc53db61dab326593606.tar.gz freebsd-ports-gnome-80f23a08d36ef5964c6abc53db61dab326593606.tar.zst freebsd-ports-gnome-80f23a08d36ef5964c6abc53db61dab326593606.zip |
FIx serious globbing error with \ due to wrong local fnmatch.h included
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 4 | ||||
-rw-r--r-- | shells/bash2/Makefile | 4 | ||||
-rw-r--r-- | shells/bash3/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index bfe36da751fc..d33f295a3db6 100644 --- a/shells/bash/Makefile +++ b/shells/bash/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) diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index bfe36da751fc..d33f295a3db6 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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) 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) |