svn commit: r413337 - head/devel/tclthread

Pietro Cerutti gahr at FreeBSD.org
Fri Apr 15 12:17:40 UTC 2016


Author: gahr
Date: Fri Apr 15 12:17:39 2016
New Revision: 413337
URL: https://svnweb.freebsd.org/changeset/ports/413337

Log:
  devel/tclthread: use TEST_TARGET

Modified:
  head/devel/tclthread/Makefile

Modified: head/devel/tclthread/Makefile
==============================================================================
--- head/devel/tclthread/Makefile	Fri Apr 15 11:51:15 2016	(r413336)
+++ head/devel/tclthread/Makefile	Fri Apr 15 12:17:39 2016	(r413337)
@@ -26,6 +26,7 @@ USE_LDCONFIG=	${PREFIX}/lib/thread${PORT
 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>


More information about the svn-ports-all mailing list