summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/bison/bison-1.75.ebuild')
-rw-r--r--sys-devel/bison/bison-1.75.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild
index 7a95a88afbcc..a18968856135 100644
--- a/sys-devel/bison/bison-1.75.ebuild
+++ b/sys-devel/bison/bison-1.75.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.9 2003/09/02 19:09:36 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.10 2003/09/06 08:09:07 msterret Exp $
IUSE="nls static build" # icc"
@@ -21,7 +21,7 @@ src_compile() {
# use icc && CC="iccbin" CXX="iccbin" LD="iccbin"
local myconf=""
-
+
use nls || myconf="--disable-nls"
econf ${myconf} || die
@@ -34,7 +34,7 @@ src_compile() {
fi
}
-src_install() {
+src_install() {
make DESTDIR=${D} \
datadir=/usr/share \