From c03530baed8aeadd59552a0728785766f7005a85 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 1 Oct 2015 15:56:39 +0000 Subject: - Convert to new test framework --- textproc/xerces-c3/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index 2639d2893e25..5230b093985e 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --enable-netaccessor-socket \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ENV= XERCESCROOT=${WRKSRC} +TEST_TARGET= check USE_LDCONFIG= yes USES= cpe gmake libtool pathfix @@ -31,7 +32,4 @@ CPE_VENDOR= apache post-install: ${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R} -regression-test test: build - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include -- cgit