Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 22:14:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567631 - head/textproc/scew
Message-ID:  <202103072214.127MEZdC035467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  7 22:14:35 2021
New Revision: 567631
URL: https://svnweb.freebsd.org/changeset/ports/567631

Log:
  Fix r567542
  
  TEST_WRKSRC is not a option helper.

Modified:
  head/textproc/scew/Makefile

Modified: head/textproc/scew/Makefile
==============================================================================
--- head/textproc/scew/Makefile	Sun Mar  7 22:14:29 2021	(r567630)
+++ head/textproc/scew/Makefile	Sun Mar  7 22:14:35 2021	(r567631)
@@ -20,12 +20,12 @@ CONFIGURE_ARGS=	enable_tests=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+TEST_WRKSRC=	${WRKSRC}/tests
 
 OPTIONS_DEFINE=	TEST
 
 TEST_LIB_DEPENDS=	libcheck.so:devel/check
 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?202103072214.127MEZdC035467>