svn commit: r567631 - head/textproc/scew
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 7 22:14:39 UTC 2021
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/
More information about the svn-ports-all
mailing list