diff options
author | hubertf <hubertf> | 1998-01-24 23:11:19 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-24 23:11:19 +0000 |
commit | d730ae7a3e92db70a797dd6604c3abe56d8417f3 (patch) | |
tree | 18888cddd4ac52cc503d96c5e8f8e805b6570c7c /shells/bash2 | |
parent | 46513d57a1fe91d78705722af8301d49c050b5d0 (diff) | |
download | pkgsrc-d730ae7a3e92db70a797dd6604c3abe56d8417f3.tar.gz |
portlint: local copy of fnmatch.h not needed, cmd macros
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 8 |
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 |