From 2140b1e6e663f77b12e42ebf65c7820302b4f494 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 14 Mar 2011 01:57:33 +0000 Subject: [PATCH] Cleaned up yasm's directories. --- dev-lang/yasm/yasm-1.1.0.bep | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-lang/yasm/yasm-1.1.0.bep b/dev-lang/yasm/yasm-1.1.0.bep index fd399006c..c5c8352c8 100644 --- a/dev-lang/yasm/yasm-1.1.0.bep +++ b/dev-lang/yasm/yasm-1.1.0.bep @@ -8,7 +8,8 @@ DEPEND="" BUILD { cd yasm-1.1.0 libtoolize --force --copy --install - ./configure --prefix=/boot/common + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man make } @@ -16,6 +17,7 @@ INSTALL { cd yasm-1.1.0 make install } + LICENSE="Artistic BSD (2-clause) BSD (3-clause)