aboutsummaryrefslogtreecommitdiff
path: root/graphics/lcms2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:55:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:55:51 +0000
commit525dc7dea20955b6a29a63f2821d67be6daedf53 (patch)
tree5afef7b123ed86f9535fc58287999419de89576c /graphics/lcms2
parent8e4e8bd9f69be4d7af4e94b18c567d9997630a70 (diff)
downloadports-525dc7dea20955b6a29a63f2821d67be6daedf53.tar.gz
ports-525dc7dea20955b6a29a63f2821d67be6daedf53.zip
- Convert to new test framework
Notes
Notes: svn path=/head/; revision=398297
Diffstat (limited to 'graphics/lcms2')
-rw-r--r--graphics/lcms2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile
index 384119538410..b8587c7e4e26 100644
--- a/graphics/lcms2/Makefile
+++ b/graphics/lcms2/Makefile
@@ -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>