pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bc-gh: Use TEST_TARGET



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun May 26 09:23:26 2019 -0400
Changeset:	3b4253943012d3270414d12e4988421a6d27cace

Modified Files:
	bc-gh/Makefile

Log Message:
bc-gh: Use TEST_TARGET

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b4253943012d3270414d12e4988421a6d27cace

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bc-gh/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/bc-gh/Makefile b/bc-gh/Makefile
index 87334b030d..91d2ef0ef2 100644
--- a/bc-gh/Makefile
+++ b/bc-gh/Makefile
@@ -18,7 +18,6 @@ CONFIGURE_SCRIPT=       configure.sh
 CONFIGURE_ARGS=         -G
 CONFIGURE_ENV=          EXECSUFFIX="-gh" MANDIR="${PREFIX}/man" NLSPATH="${PREFIX}/share/locale/%L/%N"
 
-do-test:
-	cd ${WRKSRC} && make test
+TEST_TARGET=	test
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index