From 8f83f1981faf8d044337cb83fed945a802bce921 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 4 Nov 2005 11:12:29 +0000 Subject: Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS. --- math/mpfr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/mpfr') diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index ac7db14a21f..516f2f93f75 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -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 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gmp-include=${GMP_DIR} CONFIGURE_DIRS= ${GMP_DIR} ${WRKSRC} +BUILD_DIRS= ${WRKSRC} INFO_FILES= mpfr.info -- cgit v1.2.3