aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2009-12-17 18:05:46 +0800
committerale <ale@FreeBSD.org>2009-12-17 18:05:46 +0800
commitf2830a07a551d207c7678008877d212ff46b8f14 (patch)
tree185afb1ec48752823d6e2d38176f636804fecc4a
parentfe208d3f4a46815661d2a9804701364f43b40d45 (diff)
downloadfreebsd-ports-gnome-f2830a07a551d207c7678008877d212ff46b8f14.tar.gz
freebsd-ports-gnome-f2830a07a551d207c7678008877d212ff46b8f14.tar.zst
freebsd-ports-gnome-f2830a07a551d207c7678008877d212ff46b8f14.zip
Add 'check' as an alias for 'regression-tests', since it's advertised
by the gmp build. Submitted by: Mikhail Teterin
-rw-r--r--math/gmp/Makefile2
-rw-r--r--math/libgmp4/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index 8bf24ff8bef1..f91722644a78 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -29,7 +29,7 @@ INFO= gmp
post-extract:
@${RM} -f ${WRKSRC}/doc/gmp.info*
-regression-test: build
+regression-test check: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile
index 8bf24ff8bef1..f91722644a78 100644
--- a/math/libgmp4/Makefile
+++ b/math/libgmp4/Makefile
@@ -29,7 +29,7 @@ INFO= gmp
post-extract:
@${RM} -f ${WRKSRC}/doc/gmp.info*
-regression-test: build
+regression-test check: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>