aboutsummaryrefslogtreecommitdiff
path: root/science/hdf
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-29 08:33:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-29 08:33:52 +0000
commite22d4d7688caaf6f3dd4d86af5ccd2bd5b74ab99 (patch)
tree0e8c7207c90dd6ce01cdd6b4da437c68b8045c8d /science/hdf
parent46e632f26486ed4fb60d0b5e0283fe3be7367af8 (diff)
downloadports-e22d4d7688caaf6f3dd4d86af5ccd2bd5b74ab99.tar.gz
ports-e22d4d7688caaf6f3dd4d86af5ccd2bd5b74ab99.zip
Notes
Diffstat (limited to 'science/hdf')
-rw-r--r--science/hdf/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile
index 875664e6b6e7..55cea34f99a5 100644
--- a/science/hdf/Makefile
+++ b/science/hdf/Makefile
@@ -26,6 +26,7 @@ CONFIGURE_ARGS= --enable-shared --with-jpeg=${LOCALBASE} \
--with-szlib=${LOCALBASE}
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+TEST_TARGET= check
PORTDATA= *
PORTEXAMPLES= *
@@ -46,8 +47,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/man/gr_chunk.3 \
${STAGEDIR}${MAN3PREFIX}/man/man3
-regression-test: build
- @${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
- ${MAKE_ARGS} check -C ${WRKSRC}/hdf/test
-
.include <bsd.port.mk>