Use different way to nuke local fnmatch.h to not touch dependances

This commit is contained in:
Andrey A. Chernov 1997-05-26 21:28:12 +00:00
parent 5d1881a85d
commit 092e813500
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6575
3 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)