summaryrefslogtreecommitdiff
path: root/math/libsvm
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/libsvm
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/libsvm')
-rw-r--r--math/libsvm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libsvm/Makefile b/math/libsvm/Makefile
index 73567991d11..b8b324a22f6 100644
--- a/math/libsvm/Makefile
+++ b/math/libsvm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/04/25 07:33:05 maya Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/02 16:16:19 rillig Exp $
DISTNAME= libsvm-3.20
PKGREVISION= 1
@@ -18,7 +18,7 @@ AUTO_MKDIRS= yes
REPLACE_PYTHON= tools/*.py
-SUBST_CLASSES+= paths
+SUBST_CLASSES+= paths
SUBST_SED.paths= -e 's,[.][.]/svm-train,${PREFIX}/bin/svm-train,'
SUBST_SED.paths+= -e 's,[.][.]/svm-scale,${PREFIX}/bin/svm-scale,'
SUBST_SED.paths+= -e 's,[.][.]/svm-predict,${PREFIX}/bin/svm-predict,'