aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:39 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:39 +0800
commitc03530baed8aeadd59552a0728785766f7005a85 (patch)
tree6ae21a2ea73ff94b42f9214653dd7e16d93e1b9e /textproc
parent615f0da8a1851ac620edeabc73458515a7e0cc0b (diff)
downloadfreebsd-ports-gnome-c03530baed8aeadd59552a0728785766f7005a85.tar.gz
freebsd-ports-gnome-c03530baed8aeadd59552a0728785766f7005a85.tar.zst
freebsd-ports-gnome-c03530baed8aeadd59552a0728785766f7005a85.zip
- Convert to new test framework
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xerces-c3/Makefile4
1 files changed, 1 insertions, 3 deletions
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 <bsd.port.mk>