aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:25 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:25 +0800
commit623ae2ad9990b2b882a1609d193e0b5382557bbf (patch)
treef1fea23a82bb81fb068ae71dc55ed83be2f2c4e8 /science
parent5784464677f343fdc6233447c984f7138fd01e92 (diff)
downloadfreebsd-ports-gnome-623ae2ad9990b2b882a1609d193e0b5382557bbf.tar.gz
freebsd-ports-gnome-623ae2ad9990b2b882a1609d193e0b5382557bbf.tar.zst
freebsd-ports-gnome-623ae2ad9990b2b882a1609d193e0b5382557bbf.zip
- Convert to new test framework
Diffstat (limited to 'science')
-rw-r--r--science/udunits/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile
index f1c961fec462..4a55263c6903 100644
--- a/science/udunits/Makefile
+++ b/science/udunits/Makefile
@@ -19,6 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib
+TEST_TARGET= check
USE_LDCONFIG= yes
USES= libtool
@@ -29,7 +30,4 @@ PORTDOCS= *
post-patch:
@${REINPLACE_CMD} -e '/install-data-hook$$/d' ${WRKSRC}/lib/Makefile.in
-regression-test test: build
- cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
.include <bsd.port.mk>