diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | 984edc33c6b1830f6e322de9892466e0b2c8cde1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /math/superlu | |
parent | 6b77282820994903707705d816ca5d7301c9fb22 (diff) | |
download | pkgsrc-984edc33c6b1830f6e322de9892466e0b2c8cde1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'math/superlu')
-rw-r--r-- | math/superlu/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |