diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 23:56:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 23:56:39 +0800 |
commit | c03530baed8aeadd59552a0728785766f7005a85 (patch) | |
tree | 6ae21a2ea73ff94b42f9214653dd7e16d93e1b9e /textproc | |
parent | 615f0da8a1851ac620edeabc73458515a7e0cc0b (diff) | |
download | freebsd-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/Makefile | 4 |
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> |