svn commit: r398297 - head/graphics/lcms2

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


Author: sunpoet
Date: Thu Oct  1 15:55:51 2015
New Revision: 398297
URL: https://svnweb.freebsd.org/changeset/ports/398297

Log:
  - Convert to new test framework

Modified:
  head/graphics/lcms2/Makefile

Modified: head/graphics/lcms2/Makefile
==============================================================================
--- head/graphics/lcms2/Makefile	Thu Oct  1 15:55:47 2015	(r398296)
+++ head/graphics/lcms2/Makefile	Thu Oct  1 15:55:51 2015	(r398297)
@@ -22,6 +22,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		libtool pathfix
 
@@ -39,7 +40,4 @@ post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}/
 
-regression-test test: build
-	cd ${WRKSRC}/testbed/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list