From ceac1b7277b9f743d9edb847bbc35c3d74bb2684 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 6 Oct 2010 15:07:17 +0000 Subject: [PATCH] Initial .bep file for coreutils --- sys-apps/coreutils/coreutils-8.5.bep | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/coreutils/coreutils-8.5.bep b/sys-apps/coreutils/coreutils-8.5.bep index 98106ebf9..d37a2e2f8 100644 --- a/sys-apps/coreutils/coreutils-8.5.bep +++ b/sys-apps/coreutils/coreutils-8.5.bep @@ -7,7 +7,9 @@ DEPEND="" CHECKSUM_MD5="c1ffe586d001e87d66cd80c4536ee823" BUILD { cd coreutils-8.5 - ./configure --prefix=`finddir B_COMMON_DIRECTORY` + MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --mandir=${MANDIR} make }