Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2019 13:31:52 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489687 - head/security/libsodium
Message-ID:  <201901081331.x08DVqJF085428@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jan  8 13:31:51 2019
New Revision: 489687
URL: https://svnweb.freebsd.org/changeset/ports/489687

Log:
  Do not set TEST_TARGET twice

Modified:
  head/security/libsodium/Makefile

Modified: head/security/libsodium/Makefile
==============================================================================
--- head/security/libsodium/Makefile	Tue Jan  8 13:31:14 2019	(r489686)
+++ head/security/libsodium/Makefile	Tue Jan  8 13:31:51 2019	(r489687)
@@ -13,7 +13,6 @@ LICENSE=	ISCL
 GNU_CONFIGURE=	yes
 USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
-TEST_TARGET=	check
 
 CONFIGURE_ARGS+=	--enable-blocking-random
 INSTALL_TARGET?=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901081331.x08DVqJF085428>