svn commit: r398304 - head/science/szip

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:56:22 UTC 2015


Author: sunpoet
Date: Thu Oct  1 15:56:21 2015
New Revision: 398304
URL: https://svnweb.freebsd.org/changeset/ports/398304

Log:
  - Convert to new test framework

Modified:
  head/science/szip/Makefile

Modified: head/science/szip/Makefile
==============================================================================
--- head/science/szip/Makefile	Thu Oct  1 15:56:17 2015	(r398303)
+++ head/science/szip/Makefile	Thu Oct  1 15:56:21 2015	(r398304)
@@ -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>


More information about the svn-ports-head mailing list