diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-07-15 01:25:29 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-07-15 01:25:29 +0000 |
commit | 6b7b6ab96f2ba0194cb2afdd7388587144759690 (patch) | |
tree | 7b5b8aca06f973510fb40fe674d1bd2e546a1512 /math | |
parent | eb1dd1e34fe0b96cd29a1d8cdcc82033850584db (diff) | |
download | ports-6b7b6ab96f2ba0194cb2afdd7388587144759690.tar.gz ports-6b7b6ab96f2ba0194cb2afdd7388587144759690.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu_mt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 7fea125768c1..20488baaad74 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -114,7 +114,7 @@ do-install: .endif regression-test: do-build - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} testing) - (cd ${WRKSRC}/TESTING && ./plintstd pdtest.csh) + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} testing) + @(cd ${WRKSRC_SHARED} && ${SETENV} ${MAKE_ENV} ${GMAKE} testing) .include <bsd.port.post.mk> |