From d737903002a57aeb37b19b50c04974973807a912 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 20 Mar 2011 05:23:50 +0000 Subject: [PATCH] Cleaned up patch's directories. --- sys-devel/patch/patch-2.6.1.bep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/patch/patch-2.6.1.bep b/sys-devel/patch/patch-2.6.1.bep index ac0a918f6..48ca6fba6 100644 --- a/sys-devel/patch/patch-2.6.1.bep +++ b/sys-devel/patch/patch-2.6.1.bep @@ -7,7 +7,8 @@ STATUS_HAIKU="stable" DEPEND="" BUILD { cd patch-2.6.1 - ./configure --prefix=/boot/common + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man make }