Date: Wed, 27 Sep 2017 18:13:15 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450776 - head/archivers/libzip Message-ID: <201709271813.v8RIDFqO083648@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709271813.v8RIDFqO083648>