diff options
author | ale <ale@FreeBSD.org> | 2009-12-17 18:05:46 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-12-17 18:05:46 +0800 |
commit | f2830a07a551d207c7678008877d212ff46b8f14 (patch) | |
tree | 185afb1ec48752823d6e2d38176f636804fecc4a | |
parent | fe208d3f4a46815661d2a9804701364f43b40d45 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | math/libgmp4/Makefile | 2 |
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> |