aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-07-14 03:27:15 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-07-14 03:27:15 +0000
commit2b80128697c73cd5bcec71b02e0f9d40cbaa5043 (patch)
treeec2a93c7aa209e838085caf9ac050d07518f54d6 /math
parentb387a79a178f7dd35810ac65841d1decbe94120f (diff)
downloadports-2b80128697c73cd5bcec71b02e0f9d40cbaa5043.tar.gz
ports-2b80128697c73cd5bcec71b02e0f9d40cbaa5043.zip
Notes
Diffstat (limited to 'math')
-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 402b4b6a1d58..7fea125768c1 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}/TESTING && ./plintstd pdtest.csh)
.include <bsd.port.post.mk>