Date: Fri, 23 Dec 2016 13:06:25 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429258 - head/devel/libmill Message-ID: <201612231306.uBND6PnE040437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 23 13:06:25 2016 New Revision: 429258 URL: https://svnweb.freebsd.org/changeset/ports/429258 Log: Add support for the test framework Modified: head/devel/libmill/Makefile Modified: head/devel/libmill/Makefile ============================================================================== --- head/devel/libmill/Makefile Fri Dec 23 12:54:54 2016 (r429257) +++ head/devel/libmill/Makefile Fri Dec 23 13:06:25 2016 (r429258) @@ -15,5 +15,6 @@ USES= pathfix libtool INSTALL_TARGET= install-strip GNU_CONFIGURE= yes USE_LDCONFIG= yes +TEST_TARGET= check .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612231306.uBND6PnE040437>