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 }