aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-04-15 12:17:39 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-04-15 12:17:39 +0000
commit27e394aa34a419122f72825b9526d7a4432b0add (patch)
treef38376467e8239a98c4792da5894d5837c2f55de
parentd0498f98c86d7102e09f4a0a3250edd3ebaf536f (diff)
downloadports-27e394aa34a419122f72825b9526d7a4432b0add.tar.gz
ports-27e394aa34a419122f72825b9526d7a4432b0add.zip
devel/tclthread: use TEST_TARGET
Notes
Notes: svn path=/head/; revision=413337
-rw-r--r--devel/tclthread/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/tclthread/Makefile b/devel/tclthread/Makefile
index a2ea3c783d09..80de68c317ed 100644
--- a/devel/tclthread/Makefile
+++ b/devel/tclthread/Makefile
@@ -26,6 +26,7 @@ USE_LDCONFIG= ${PREFIX}/lib/thread${PORTVERSION}
PLIST_SUB+= VERSION="${PORTVERSION}"
INSTALL_TARGET= install-binaries install-libraries install-doc
+TEST_TARGET= test
OPTIONS_DEFINE= GDBM DOCS
OPTIONS_DEFAULT=GDBM
@@ -48,7 +49,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/html/${FILE} ${STAGEDIR}${DOCSDIR}/html
.endfor
-regression-test: build
- cd ${WRKSRC} && ${MAKE} test
-
.include <bsd.port.mk>