svn commit: r429564 - head/devel/bison

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 26 18:45:02 UTC 2016


Author: sunpoet
Date: Mon Dec 26 18:45:01 2016
New Revision: 429564
URL: https://svnweb.freebsd.org/changeset/ports/429564

Log:
  - Add TEST_TARGET

Modified:
  head/devel/bison/Makefile

Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile	Mon Dec 26 18:42:12 2016	(r429563)
+++ head/devel/bison/Makefile	Mon Dec 26 18:45:01 2016	(r429564)
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+=--disable-yacc
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
+TEST_TARGET=	check
 USE_PERL5=	build
 USES=		charsetfix makeinfo perl5 tar:xz
 


More information about the svn-ports-head mailing list