diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-03-02 03:53:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-03-02 03:53:07 +0000 |
commit | faf02aa40be44baad3158fcc9f77a3f4817c2be7 (patch) | |
tree | 4b52dcb26e712bb57b95f6500024924439262129 /shells | |
parent | c13290b1ae78c994002140822619d03d27b04a03 (diff) | |
download | pkgsrc-faf02aa40be44baad3158fcc9f77a3f4817c2be7.tar.gz |
Give a vendor to configure, thanks to Kim & Todd for the inputs!
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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: |