summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 15:46:33 +0000
committerrodent <rodent>2013-04-06 15:46:33 +0000
commit6e182970ba4f4d5eec89dfa9e9fd858af4c9f9c7 (patch)
tree4d1d884fe35e78216fd1cc2704789c93f36dfb94 /math
parent02d12b5b90bd135eb8b0a739c1075d814ce7e1ce (diff)
downloadpkgsrc-6e182970ba4f4d5eec89dfa9e9fd858af4c9f9c7.tar.gz
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'math')
-rw-r--r--math/superlu/Makefile4
-rw-r--r--math/yorick/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index 0fbf550cef4..217514fe2d5 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/03 21:56:41 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2013/04/06 15:46:37 rodent Exp $
DISTNAME= superlu_3.0
PKGNAME= superlu-3.0.1
@@ -18,7 +18,7 @@ EVAL_PREFIX+= BLAS_PREFIX=blas
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/SuperLU_3.0
BUILD_TARGET= superlulib
-TEST_DIRS= ${WRKSRC}/TESTING/MATGEN ${WRKSRC}/TESTING
+TEST_DIRS= TESTING/MATGEN TESTING
TEST_TARGET= all
INSTALLATION_DIRS= lib
diff --git a/math/yorick/Makefile b/math/yorick/Makefile
index 57a79654e40..48614d9fe3e 100644
--- a/math/yorick/Makefile
+++ b/math/yorick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2012/09/11 23:04:36 asau Exp $
+# $NetBSD: Makefile,v 1.28 2013/04/06 15:46:37 rodent Exp $
DISTNAME= yorick-1.6.02
PKGREVISION= 2
@@ -13,7 +13,7 @@ COMMENT= Numerical algebra system (similar to Matlab)
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/yorick-1.6
-BUILD_DIRS= ${WRKSRC} ${WRKSRC}/doc
+BUILD_DIRS= ${WRKSRC} doc
INSTALL_DIRS= ${WRKSRC}
INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc share/emacs/site-lisp
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}