Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 15:55:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398296 - head/graphics/lcms
Message-ID:  <201510011555.t91FtmnR061075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510011555.t91FtmnR061075>