summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-01-24 23:11:19 +0000
committerhubertf <hubertf@pkgsrc.org>1998-01-24 23:11:19 +0000
commite2db4a50fb62485501d0eff9ab41103773521bfc (patch)
tree18888cddd4ac52cc503d96c5e8f8e805b6570c7c /shells/bash2
parent88f9bce7cbb48eafca02c145b8108a63197d6a1f (diff)
downloadpkgsrc-e2db4a50fb62485501d0eff9ab41103773521bfc.tar.gz
portlint: local copy of fnmatch.h not needed, cmd macros
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 2c73653c6ef..a76827cd48b 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $NetBSD: Makefile,v 1.3 1998/01/20 23:28:25 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1998/01/24 23:11:19 hubertf Exp $
# FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp
#
@@ -19,12 +19,10 @@ MAINTAINER= ache@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+
GNU_CONFIGURE= Yes
MAN1= bash.1 bashbug.1
-post-patch:
- cp /usr/include/fnmatch.h ${WRKSRC}/lib/glob/fnmatch.h
-
pre-install:
strip ${WRKSRC}/bash
if [ ! -s ${PREFIX}/info/dir ]; then \
@@ -33,7 +31,7 @@ pre-install:
post-install:
${CP} /etc/shells /etc/shells.bak
- (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; echo ${PREFIX}/bin/bash) >/etc/shells
+ (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO} ${PREFIX}/bin/bash) >/etc/shells
${RM} /etc/shells.bak
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/bash