svn commit: r398308 - head/textproc/xerces-c3

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


Author: sunpoet
Date: Thu Oct  1 15:56:39 2015
New Revision: 398308
URL: https://svnweb.freebsd.org/changeset/ports/398308

Log:
  - Convert to new test framework

Modified:
  head/textproc/xerces-c3/Makefile

Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile	Thu Oct  1 15:56:34 2015	(r398307)
+++ head/textproc/xerces-c3/Makefile	Thu Oct  1 15:56:39 2015	(r398308)
@@ -20,6 +20,7 @@ CONFIGURE_ARGS=	--enable-netaccessor-soc
 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 <bsd.port.mk>


More information about the svn-ports-all mailing list