summaryrefslogtreecommitdiff
path: root/math/sundials
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/sundials
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/sundials')
-rw-r--r--math/sundials/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/sundials/Makefile b/math/sundials/Makefile
index 91268b4e461..57b2db7effe 100644
--- a/math/sundials/Makefile
+++ b/math/sundials/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/04/25 07:33:05 maya Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/02 16:16:22 rillig Exp $
DISTNAME= sundials-4.1.0
PKGREVISION= 1
@@ -11,8 +11,8 @@ COMMENT= Suite of nonlinear and differential/algrbraic equation solvers
LICENSE= modified-bsd
PYTHON_FOR_BUILD_ONLY= yes
-USE_CMAKE= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/build
+USE_CMAKE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/build
CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DEXAMPLES_INSTALL_PATH=${PREFIX}/share/examples/sundials