svn commit: r489687 - head/security/libsodium

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 8 13:31:53 UTC 2019


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


More information about the svn-ports-all mailing list