Reduce number of patches needed for fnmatch

This commit is contained in:
Andrey A. Chernov 1997-05-26 22:21:51 +00:00
parent 092e813500
commit 72d0ab0cd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6576
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.22 1997/05/26 21:22:06 ache Exp $
# $Id: Makefile,v 1.21 1997/02/16 02:08:37 obrien Exp $
#
DISTNAME= bash-2.0
@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes
MAN1= bash.1 bashbug.1
post-extract:
cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h
cp /usr/include/fnmatch.h ${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.22 1997/05/26 21:22:06 ache Exp $
# $Id: Makefile,v 1.21 1997/02/16 02:08:37 obrien Exp $
#
DISTNAME= bash-2.0
@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes
MAN1= bash.1 bashbug.1
post-extract:
cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h
cp /usr/include/fnmatch.h ${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.22 1997/05/26 21:22:06 ache Exp $
# $Id: Makefile,v 1.21 1997/02/16 02:08:37 obrien Exp $
#
DISTNAME= bash-2.0
@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes
MAN1= bash.1 bashbug.1
post-extract:
cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h
cp /usr/include/fnmatch.h ${WRKSRC}/lib/glob/fnmatch.h
post-install:
.if !defined(NOPORTDOCS)