diff options
Diffstat (limited to 'science/abinit/Makefile')
-rw-r--r-- | science/abinit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 707078af841..6f1420fed07 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -83,6 +83,6 @@ post-install: .endfor regression-test: - cd ${WRKSRC}/tests ; ${GMAKE} tests_min + cd ${WRKSRC}/tests ; ${MAKE_CMD} tests_min .include <bsd.port.mk> |