diff options
author | kim <kim@pkgsrc.org> | 1999-09-19 22:27:36 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-09-19 22:27:36 +0000 |
commit | f2c01ca39e8563f375c9cabaa843551dcf9b7c58 (patch) | |
tree | 389f02342bb8a5ae211ae945a39fb5532686dd19 /shells | |
parent | 3a0aeb57cb9ab6e72a5dec89f46774859fc8851e (diff) | |
download | pkgsrc-f2c01ca39e8563f375c9cabaa843551dcf9b7c58.tar.gz |
Make this work on more operating systems with less effort.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index cb81e6281d5..fb4073f9780 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/04/25 23:36:51 tv Exp $ +# $NetBSD: Makefile,v 1.22 1999/09/19 22:27:36 kim Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -13,8 +13,7 @@ DISTFILES= bash-${V}.tar.gz bash-doc-${DV}.tar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html -CONFIGURE_ARGS+=--host=${MACHINE_GNU_ARCH}-unknown-netbsd --prefix=${PREFIX} -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_GTEXINFO= yes pre-install: |