mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Reduce number of patches needed for fnmatch
This commit is contained in:
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
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 21 August 1994
|
# Date created: 21 August 1994
|
||||||
# Whom: jkh
|
# 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
|
DISTNAME= bash-2.0
|
||||||
|
@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes
|
||||||
MAN1= bash.1 bashbug.1
|
MAN1= bash.1 bashbug.1
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h
|
cp /usr/include/fnmatch.h ${WRKSRC}/lib/glob/fnmatch.h
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 21 August 1994
|
# Date created: 21 August 1994
|
||||||
# Whom: jkh
|
# 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
|
DISTNAME= bash-2.0
|
||||||
|
@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes
|
||||||
MAN1= bash.1 bashbug.1
|
MAN1= bash.1 bashbug.1
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h
|
cp /usr/include/fnmatch.h ${WRKSRC}/lib/glob/fnmatch.h
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 21 August 1994
|
# Date created: 21 August 1994
|
||||||
# Whom: jkh
|
# 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
|
DISTNAME= bash-2.0
|
||||||
|
@ -20,7 +20,7 @@ GNU_CONFIGURE= Yes
|
||||||
MAN1= bash.1 bashbug.1
|
MAN1= bash.1 bashbug.1
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
cp /dev/null ${WRKSRC}/lib/glob/fnmatch.h
|
cp /usr/include/fnmatch.h ${WRKSRC}/lib/glob/fnmatch.h
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue