summaryrefslogtreecommitdiffstats
path: root/shells/bash2
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-26 21:28:12 +0000
committerache <ache@FreeBSD.org>1997-05-26 21:28:12 +0000
commit6861714de606527a5cc810bf5d692702f75fd060 (patch)
tree0a8b53ccfbf59d1cbe95e7fdf4aeb937c715adb4 /shells/bash2
parent4bcc71016dbe1cea9d9f367b240bc5ddfba3646c (diff)
downloadFreeBSD-ports-6861714de606527a5cc810bf5d692702f75fd060.zip
FreeBSD-ports-6861714de606527a5cc810bf5d692702f75fd060.tar.gz
Use different way to nuke local fnmatch.h to not touch dependances
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index d33f295..d0e7cd3 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)
OpenPOWER on IntegriCloud