aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:21 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:21 +0800
commit5784464677f343fdc6233447c984f7138fd01e92 (patch)
tree9ad23b6d483df656b7247f87272d8158e9ea050b /science
parent39432e9fd10e98c24a46bb63585752eda97bd91e (diff)
downloadfreebsd-ports-gnome-5784464677f343fdc6233447c984f7138fd01e92.tar.gz
freebsd-ports-gnome-5784464677f343fdc6233447c984f7138fd01e92.tar.zst
freebsd-ports-gnome-5784464677f343fdc6233447c984f7138fd01e92.zip
- Convert to new test framework
Diffstat (limited to 'science')
-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>