diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-01 15:56:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-01 15:56:25 +0000 |
commit | 9052cdcc505290cb59379b1e431152dc8be992b2 (patch) | |
tree | f1fea23a82bb81fb068ae71dc55ed83be2f2c4e8 /science/udunits/Makefile | |
parent | - Convert to new test framework (diff) |
- Convert to new test framework
Diffstat (limited to 'science/udunits/Makefile')
-rw-r--r-- | science/udunits/Makefile | 4 |
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> |