pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mpfr Explicitly set BUILD_DIRS to emphasize it is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/582f4897a66d
branches:  trunk
changeset: 502397:582f4897a66d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 11:12:29 2005 +0000

description:
Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS.

diffstat:

 math/mpfr/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2f24c3a1801f -r 582f4897a66d math/mpfr/Makefile
--- a/math/mpfr/Makefile        Fri Nov 04 11:10:57 2005 +0000
+++ b/math/mpfr/Makefile        Fri Nov 04 11:12:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:30 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/11/04 11:12:29 rillig Exp $
 #
 
 DISTNAME=              mpfr-2.0.3
@@ -15,6 +15,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-gmp-include=${GMP_DIR}
 CONFIGURE_DIRS=                ${GMP_DIR} ${WRKSRC}
+BUILD_DIRS=            ${WRKSRC}
 
 INFO_FILES=            mpfr.info
 



Home | Main Index | Thread Index | Old Index