From 092e81350001fa0aa2570693fdd8c67c6809d1f9 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 26 May 1997 21:28:12 +0000 Subject: [PATCH] Use different way to nuke local fnmatch.h to not touch dependances --- shells/bash/Makefile | 4 ++-- shells/bash2/Makefile | 4 ++-- shells/bash3/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/shells/bash/Makefile b/shells/bash/Makefile index d33f295a3db6..d0e7cd32defc 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.21 1997/02/16 02:08:37 obrien Exp $ +# $Id: Makefile,v 1.22 1997/05/26 21:22:06 ache Exp $ # DISTNAME= bash-2.0 @@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes MAN1= bash.1 bashbug.1 post-extract: - rm ${WRKSRC}/lib/glob/fnmatch.h + cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h post-install: .if !defined(NOPORTDOCS) diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index d33f295a3db6..d0e7cd32defc 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.21 1997/02/16 02:08:37 obrien Exp $ +# $Id: Makefile,v 1.22 1997/05/26 21:22:06 ache Exp $ # DISTNAME= bash-2.0 @@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes MAN1= bash.1 bashbug.1 post-extract: - rm ${WRKSRC}/lib/glob/fnmatch.h + cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h post-install: .if !defined(NOPORTDOCS) diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index d33f295a3db6..d0e7cd32defc 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.21 1997/02/16 02:08:37 obrien Exp $ +# $Id: Makefile,v 1.22 1997/05/26 21:22:06 ache Exp $ # DISTNAME= bash-2.0 @@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes MAN1= bash.1 bashbug.1 post-extract: - rm ${WRKSRC}/lib/glob/fnmatch.h + cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h post-install: .if !defined(NOPORTDOCS)