diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-01 15:56:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-01 15:56:21 +0000 |
commit | 8adc37274cbb4eeb45276ba34296cc8568f380ce (patch) | |
tree | 9ad23b6d483df656b7247f87272d8158e9ea050b | |
parent | 145a8946561e83db4c916d6ce0741e79bfcbdc9c (diff) |
Notes
-rw-r--r-- | science/szip/Makefile | 4 |
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> |