aboutsummaryrefslogtreecommitdiff
path: root/science/udunits
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:25 +0000
commit9052cdcc505290cb59379b1e431152dc8be992b2 (patch)
treef1fea23a82bb81fb068ae71dc55ed83be2f2c4e8 /science/udunits
parent8adc37274cbb4eeb45276ba34296cc8568f380ce (diff)
downloadports-9052cdcc505290cb59379b1e431152dc8be992b2.tar.gz
ports-9052cdcc505290cb59379b1e431152dc8be992b2.zip
- Convert to new test framework
Notes
Notes: svn path=/head/; revision=398305
Diffstat (limited to 'science/udunits')
-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>