svn commit: r450776 - head/archivers/libzip

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Sep 27 18:13:16 UTC 2017


Author: rakuco
Date: Wed Sep 27 18:13:14 2017
New Revision: 450776
URL: https://svnweb.freebsd.org/changeset/ports/450776

Log:
  Set TEST_TARGET.
  
  Use it to run `make check'.
  
  Submitted by:	gpalmer

Modified:
  head/archivers/libzip/Makefile

Modified: head/archivers/libzip/Makefile
==============================================================================
--- head/archivers/libzip/Makefile	Wed Sep 27 18:08:14 2017	(r450775)
+++ head/archivers/libzip/Makefile	Wed Sep 27 18:13:14 2017	(r450776)
@@ -19,5 +19,6 @@ USES=		cpe libtool pathfix perl5 tar:xz
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list