svn commit: r418120 - head/devel/icu

Pietro Cerutti gahr at FreeBSD.org
Wed Jul 6 08:06:58 UTC 2016


Author: gahr
Date: Wed Jul  6 08:06:56 2016
New Revision: 418120
URL: https://svnweb.freebsd.org/changeset/ports/418120

Log:
  devel/icu: TEST_TARGET is useless when the do-test target is defined
  
  Reported by:	mat

Modified:
  head/devel/icu/Makefile

Modified: head/devel/icu/Makefile
==============================================================================
--- head/devel/icu/Makefile	Wed Jul  6 07:34:12 2016	(r418119)
+++ head/devel/icu/Makefile	Wed Jul  6 08:06:56 2016	(r418120)
@@ -24,7 +24,6 @@ THREADS_DESC=	Build thread-safe version 
 USE_LDCONFIG=		yes
 
 WRKSRC=			${WRKDIR}/icu/source
-TEST_TARGET=		do-test
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-data-packaging=library \


More information about the svn-ports-all mailing list