svn commit: r451015 - head/devel/rlvm

Jan Beich jbeich at FreeBSD.org
Sat Sep 30 23:20:06 UTC 2017


Author: jbeich
Date: Sat Sep 30 23:20:05 2017
New Revision: 451015
URL: https://svnweb.freebsd.org/changeset/ports/451015

Log:
  devel/rlvm: allow "make test"

Modified:
  head/devel/rlvm/Makefile   (contents, props changed)

Modified: head/devel/rlvm/Makefile
==============================================================================
--- head/devel/rlvm/Makefile	Sat Sep 30 23:07:06 2017	(r451014)
+++ head/devel/rlvm/Makefile	Sat Sep 30 23:20:05 2017	(r451015)
@@ -68,8 +68,10 @@ post-patch:
 		-e 's,truetype/[^/"]*/,TTF/,' \
 		${WRKSRC}/src/utilities/find_font_file.cc
 
-pre-install-TEST-on:
+do-test-TEST-on:
 	(cd ${WRKSRC} && build/${PORTNAME}_unittests)
+
+pre-install-TEST-on: do-test-TEST-on
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} \


More information about the svn-ports-all mailing list