Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 05:05:50 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567542 - in head: databases/recutils textproc/scew
Message-ID:  <202103070505.12755oFE009371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Mar  7 05:05:50 2021
New Revision: 567542
URL: https://svnweb.freebsd.org/changeset/ports/567542

Log:
  Convert to option helpers.

Modified:
  head/databases/recutils/Makefile
  head/textproc/scew/Makefile

Modified: head/databases/recutils/Makefile
==============================================================================
--- head/databases/recutils/Makefile	Sun Mar  7 04:59:04 2021	(r567541)
+++ head/databases/recutils/Makefile	Sun Mar  7 05:05:50 2021	(r567542)
@@ -48,7 +48,7 @@ NLS_USES=		gettext
 NLS_CONFIGURE_OFF=	--disable-nls
 
 TEST_BUILD_DEPENDS=	${LOCALBASE}/include/check.h:devel/check
-TEST_VARS=	TEST_TARGET=check
+TEST_TEST_TARGET=	check
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,mdb_init,mdb_get_version,' \

Modified: head/textproc/scew/Makefile
==============================================================================
--- head/textproc/scew/Makefile	Sun Mar  7 04:59:04 2021	(r567541)
+++ head/textproc/scew/Makefile	Sun Mar  7 05:05:50 2021	(r567542)
@@ -24,7 +24,8 @@ USE_LDCONFIG=	yes
 OPTIONS_DEFINE=	TEST
 
 TEST_LIB_DEPENDS=	libcheck.so:devel/check
-TEST_VARS=		TEST_TARGET=check TEST_WRKSRC=${WRKSRC}/tests
+TEST_TEST_TARGET=	check
+TEST_WRKSRC=		${WRKSRC}/tests
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_print/scew_print ${STAGEDIR}${PREFIX}/bin/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103070505.12755oFE009371>