aboutsummaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-06-25 10:34:43 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-06-25 10:34:43 +0000
commit76e682a03bf630641448d8d9e5f2d0c5e7aaf23d (patch)
tree136c9f41df3d10ebeb366ca4cb6bf9351cbd37eb /math/mpfr
parentc0f392872885136d29c4da0b2eb9b89a18d0608b (diff)
downloadports-76e682a03bf630641448d8d9e5f2d0c5e7aaf23d.tar.gz
ports-76e682a03bf630641448d8d9e5f2d0c5e7aaf23d.zip
Notes
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index b83a17026a9b..d23eeb19b1b8 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -23,4 +23,7 @@ USE_LDCONFIG= yes
INFO= mpfr
+regression-test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
.include <bsd.port.mk>