aboutsummaryrefslogtreecommitdiff
path: root/science/szip
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:21 +0000
commit8adc37274cbb4eeb45276ba34296cc8568f380ce (patch)
tree9ad23b6d483df656b7247f87272d8158e9ea050b /science/szip
parent145a8946561e83db4c916d6ce0741e79bfcbdc9c (diff)
downloadports-8adc37274cbb4eeb45276ba34296cc8568f380ce.tar.gz
ports-8adc37274cbb4eeb45276ba34296cc8568f380ce.zip
- Convert to new test framework
Notes
Notes: svn path=/head/; revision=398304
Diffstat (limited to 'science/szip')
-rw-r--r--science/szip/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/science/szip/Makefile b/science/szip/Makefile
index bc6e2fcdc938..de6fdf552d93 100644
--- a/science/szip/Makefile
+++ b/science/szip/Makefile
@@ -21,6 +21,7 @@ OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LIBS+= -lm
+TEST_TARGET= check
USE_LDCONFIG= yes
USES= libtool
@@ -30,7 +31,4 @@ post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
-regression-test test: build
- cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
.include <bsd.port.mk>