svn commit: r484865 - head/graphics/azpainter

Alexey Dokuchaev danfe at FreeBSD.org
Tue Nov 13 09:25:30 UTC 2018


Author: danfe
Date: Tue Nov 13 09:25:29 2018
New Revision: 484865
URL: https://svnweb.freebsd.org/changeset/ports/484865

Log:
  Remove debug left-over that crept in r484864.

Modified:
  head/graphics/azpainter/Makefile

Modified: head/graphics/azpainter/Makefile
==============================================================================
--- head/graphics/azpainter/Makefile	Tue Nov 13 09:21:03 2018	(r484864)
+++ head/graphics/azpainter/Makefile	Tue Nov 13 09:25:29 2018	(r484865)
@@ -31,7 +31,7 @@ post-patch-NLS-off:
 	@${REINPLACE_CMD} -e 's, install-dist_trdataDATA$$,,' \
 		${WRKSRC}/data/Makefile.in
 
-_pre-build-NLS-on:
+pre-build-NLS-on:
 	cd ${WRKSRC}/translation && ${CC} ${CFLAGS} -o mtrconv mtrconv.c
 .for lang in be ru zh_CN
 	cd ${WRKSRC}/translation && ./mtrconv ${lang} ../data/tr/${lang}.mtr


More information about the svn-ports-all mailing list