diff options
author | rillig <rillig> | 2005-11-04 11:12:29 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 11:12:29 +0000 |
commit | 8f83f1981faf8d044337cb83fed945a802bce921 (patch) | |
tree | 2d6d13f4572d40ac8ce793393ade421087c2f155 /math/mpfr | |
parent | a7fc77db66455c93aeaf5719dabe21f0003fbed6 (diff) | |
download | pkgsrc-8f83f1981faf8d044337cb83fed945a802bce921.tar.gz |
Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS.
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |