svn commit: r421400 - head/textproc/cmark

John Marino marino at FreeBSD.org
Mon Sep 5 22:57:57 UTC 2016


Author: marino
Date: Mon Sep  5 22:57:56 2016
New Revision: 421400
URL: https://svnweb.freebsd.org/changeset/ports/421400

Log:
  textproc/cmark: Prevent building port twice when running tests
  
  PR:		212393
  submitted by:	maintainer

Modified:
  head/textproc/cmark/Makefile

Modified: head/textproc/cmark/Makefile
==============================================================================
--- head/textproc/cmark/Makefile	Mon Sep  5 21:40:38 2016	(r421399)
+++ head/textproc/cmark/Makefile	Mon Sep  5 22:57:56 2016	(r421400)
@@ -16,7 +16,9 @@ GH_ACCOUNT=	jgm
 
 USES=		cmake:outsource python:3,test
 USE_LDCONFIG=	yes
+
 TEST_TARGET=	test
+TEST_WRKSRC=	${BUILD_WRKSRC}
 
 CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
 


More information about the svn-ports-all mailing list