diff options
author | ache <ache@FreeBSD.org> | 1997-05-26 22:21:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-05-26 22:21:51 +0000 |
commit | 7f7509d9a938fb0f8264b47788f3a8be18c6515a (patch) | |
tree | 7ec8b80e05cf97f6679a0ffed6a198fb9ebc8610 /shells/bash | |
parent | 6861714de606527a5cc810bf5d692702f75fd060 (diff) | |
download | FreeBSD-ports-7f7509d9a938fb0f8264b47788f3a8be18c6515a.zip FreeBSD-ports-7f7509d9a938fb0f8264b47788f3a8be18c6515a.tar.gz |
Reduce number of patches needed for fnmatch
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index d0e7cd3..3e65c1a 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -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) |