From 65fd71c7480f27df2b8a6a025ffa91ef60e5f58e Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 5 Mar 2011 20:52:30 +0000 Subject: [PATCH] Cleaned up bison's directories. --- sys-devel/bison/bison-2.4.3.bep | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-devel/bison/bison-2.4.3.bep b/sys-devel/bison/bison-2.4.3.bep index 1d6c85945..b97aa9410 100644 --- a/sys-devel/bison/bison-2.4.3.bep +++ b/sys-devel/bison/bison-2.4.3.bep @@ -7,7 +7,11 @@ STATUS_HAIKU="stable" DEPEND="" BUILD { cd bison-2.4.3 - ./configure --prefix=/boot/common --disable-nls + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --datadir=`finddir B_COMMON_DATA_DIRECTORY` \ + --infodir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/info \ + --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \ + --disable-nls make }