diff options
Diffstat (limited to 'math/gmp/Makefile')
-rw-r--r-- | math/gmp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 6d0e81ef0f7c..6ba51b83747e 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -46,7 +46,4 @@ CONFIGURE_ENV+= ABI="32" post-extract: @${RM} ${WRKSRC}/doc/gmp.info* -regression-test check: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check - .include <bsd.port.post.mk> |