From d8ac0adc01ea0017dda41fec2b518feaa2b2a4b2 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 19 May 2011 00:18:54 +0000 Subject: [PATCH] Cleaned up directories for python-2.6.6 --- dev-lang/python/python-2.6.6.bep | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-lang/python/python-2.6.6.bep b/dev-lang/python/python-2.6.6.bep index 46710392d..172740f87 100644 --- a/dev-lang/python/python-2.6.6.bep +++ b/dev-lang/python/python-2.6.6.bep @@ -13,7 +13,10 @@ BUILD { libtoolize --force --copy --install aclocal autoconf - ./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared LDFLAGS=-L/boot/common/lib CFLAGS=-I/boot/develop/headers/3rdparty + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --enable-shared LDFLAGS=-L/boot/common/lib \ + --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \ + CFLAGS=-I/boot/develop/headers/3rdparty make }