aboutsummaryrefslogtreecommitdiff
path: root/math/superlu_mt
diff options
context:
space:
mode:
Diffstat (limited to 'math/superlu_mt')
-rw-r--r--math/superlu_mt/Makefile4
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>