From faf02aa40be44baad3158fcc9f77a3f4817c2be7 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 2 Mar 1999 03:53:07 +0000 Subject: Give a vendor to configure, thanks to Kim & Todd for the inputs! --- shells/bash2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 5f30e2da154..bd0a592356d 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/02/21 02:58:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 1999/03/02 03:53:07 hubertf Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -18,7 +18,8 @@ DISTFILES= bash-${V}.tar.gz bash-doc-${DV}.tar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html -GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--host=${MACHINE_GNU_ARCH}-unknown-netbsd --prefix=${PREFIX} +HAS_CONFIGURE= yes USE_GTEXINFO= yes pre-install: -- cgit v1.2.3