svn commit: r398296 - head/graphics/lcms

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


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

Log:
  - Convert to new test framework

Modified:
  head/graphics/lcms/Makefile

Modified: head/graphics/lcms/Makefile
==============================================================================
--- head/graphics/lcms/Makefile	Thu Oct  1 15:55:42 2015	(r398295)
+++ head/graphics/lcms/Makefile	Thu Oct  1 15:55:47 2015	(r398296)
@@ -24,6 +24,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
 
@@ -46,7 +47,4 @@ post-install:
 	cd ${WRKSRC}/ && ${INSTALL_DATA} doc/LCMSAPI.TXT doc/TUTORIAL.TXT tifficc/tifficc.c \
 		jpegicc/jpegicc.c jpegicc/iccjpeg.c samples/wtpt.c samples/icctrans.c ${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-head mailing list