Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 16:37:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492790 - head/graphics/ansilove
Message-ID:  <201902121637.x1CGbq7x031839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb 12 16:37:51 2019
New Revision: 492790
URL: https://svnweb.freebsd.org/changeset/ports/492790

Log:
  - Fix test

Modified:
  head/graphics/ansilove/Makefile

Modified: head/graphics/ansilove/Makefile
==============================================================================
--- head/graphics/ansilove/Makefile	Tue Feb 12 16:37:47 2019	(r492789)
+++ head/graphics/ansilove/Makefile	Tue Feb 12 16:37:51 2019	(r492790)
@@ -37,7 +37,7 @@ post-install-EXAMPLES-on:
 
 do-test:
 	@cd ${WRKSRC}/examples/ && for f in *; do \
-		${WRKSRC}/${PORTNAME} -o "${WRKSRC}/$$f.png" "$$f"; \
+		${BUILD_WRKSRC}/${PORTNAME} -o "${WRKSRC}/$$f.png" "$$f"; \
 		${FILE} "${WRKSRC}/$$f.png" | ${GREP} -q 'PNG'; \
 	done
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902121637.x1CGbq7x031839>