From 4c7fac76a9fac3d7d0d76dac810afef6dc9dd732 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 14 Mar 2011 01:03:59 +0000 Subject: [PATCH] Cleaned up texinfo's directories. --- sys-apps/texinfo/texinfo-4.13a.bep | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/texinfo/texinfo-4.13a.bep b/sys-apps/texinfo/texinfo-4.13a.bep index df3ef2701..7825b6a29 100644 --- a/sys-apps/texinfo/texinfo-4.13a.bep +++ b/sys-apps/texinfo/texinfo-4.13a.bep @@ -8,7 +8,10 @@ DEPEND="" BUILD { cd texinfo-4.13 libtoolize --force --copy --install - ./configure --prefix=/boot/common + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \ + --infodir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/info \ + --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man make }