summaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
commitacea7f0682b89f8d0999e81a81341dfe21db49fc (patch)
treee25472ccd0b1ab989f1b92436096953570f7b300 /math/mpfr
parent025745474c7cdcbfbdda1d3fb4d09a72d8ce32f3 (diff)
downloadpkgsrc-acea7f0682b89f8d0999e81a81341dfe21db49fc.tar.gz
math: align variable assignments
pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/Makefile4
-rw-r--r--math/mpfr/builtin.mk10
2 files changed, 7 insertions, 7 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index cfca8b4db27..62f2aa63dda 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2019/02/13 22:26:50 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2019/11/02 16:16:20 rillig Exp $
DISTNAME= mpfr-4.0.2
CATEGORIES= math
@@ -26,5 +26,5 @@ BUILDLINK_API_DEPENDS.gmp+= gmp>=5.0
.include "../../mk/bsd.pkg.mk"
.if (${MACHINE_ARCH} == alpha)
-CONFIGURE_ENV+=CFLAGS="${CFLAGS:N-mieee}"
+CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-mieee}"
.endif
diff --git a/math/mpfr/builtin.mk b/math/mpfr/builtin.mk
index bb610e242c4..93b83a16c21 100644
--- a/math/mpfr/builtin.mk
+++ b/math/mpfr/builtin.mk
@@ -1,11 +1,11 @@
-# $NetBSD: builtin.mk,v 1.4 2019/05/31 08:36:12 dholland Exp $
+# $NetBSD: builtin.mk,v 1.5 2019/11/02 16:16:20 rillig Exp $
BUILTIN_PKG:= mpfr
BUILTIN_FIND_HEADERS_VAR:= H_MPFR
BUILTIN_FIND_HEADERS.H_MPFR= mpfr.h mpfr/mpfr.h
-BUILTIN_VERSION_SCRIPT.mpfr= ${AWK} \
+BUILTIN_VERSION_SCRIPT.mpfr= ${AWK} \
'/\#define[ \t]*MPFR_VERSION_STRING[ \t]/ { \
v = substr($$3, 2, length($$3)-2) } \
END { gsub("-p",".",v); print v }'
@@ -22,7 +22,7 @@ IS_BUILTIN.mpfr= no
IS_BUILTIN.mpfr= yes
. endif
.endif
-MAKEVARS+= IS_BUILTIN.mpfr
+MAKEVARS+= IS_BUILTIN.mpfr
###
### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
@@ -34,7 +34,7 @@ MAKEVARS+= IS_BUILTIN.mpfr
BUILTIN_VERSION.mpfr!= ${BUILTIN_VERSION_SCRIPT.mpfr} ${H_MPFR}
BUILTIN_PKG.mpfr= mpfr-${BUILTIN_VERSION.mpfr}
.endif
-MAKEVARS+= BUILTIN_PKG.mpfr
+MAKEVARS+= BUILTIN_PKG.mpfr
###
### Determine whether we should use the built-in implementation if it
@@ -60,7 +60,7 @@ USE_BUILTIN.mpfr!= \
. endif
. endif # PREFER.mpfr
.endif
-MAKEVARS+= USE_BUILTIN.mpfr
+MAKEVARS+= USE_BUILTIN.mpfr
CHECK_BUILTIN.mpfr?= no
.if !empty(CHECK_BUILTIN.mpfr:M[Nn][Oo])