diff options
author | maho <maho@FreeBSD.org> | 2008-07-15 09:25:29 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-07-15 09:25:29 +0800 |
commit | a6a771bc1e202680a85b2258e0076227547a5848 (patch) | |
tree | e5bc0d092608d18c9bcfc2aff4d934473c8b74b7 /math/superlu_mt | |
parent | 9f6d582eedc9bd33e6e97d71f967ea01e94808b4 (diff) | |
download | freebsd-ports-gnome-a6a771bc1e202680a85b2258e0076227547a5848.tar.gz freebsd-ports-gnome-a6a771bc1e202680a85b2258e0076227547a5848.tar.zst freebsd-ports-gnome-a6a771bc1e202680a85b2258e0076227547a5848.zip |
I belive this should fix the build.
Diffstat (limited to 'math/superlu_mt')
-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> |