diff options
author | danfe <danfe@FreeBSD.org> | 2018-11-13 17:25:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-11-13 17:25:29 +0800 |
commit | 6440e334ba9f59c157757c8ae9015c3e15a7bfbe (patch) | |
tree | bb73f4c50b5d615fb523b70531eee25fde5cbaea /graphics | |
parent | 8951f960b57aaae3c0b1f19a26e88dd7f414b28c (diff) | |
download | freebsd-ports-gnome-6440e334ba9f59c157757c8ae9015c3e15a7bfbe.tar.gz freebsd-ports-gnome-6440e334ba9f59c157757c8ae9015c3e15a7bfbe.tar.zst freebsd-ports-gnome-6440e334ba9f59c157757c8ae9015c3e15a7bfbe.zip |
Remove debug left-over that crept in r484864.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/azpainter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/azpainter/Makefile b/graphics/azpainter/Makefile index 80fb8aa2d173..c9779f12b01e 100644 --- a/graphics/azpainter/Makefile +++ b/graphics/azpainter/Makefile @@ -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 |