aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 03:59:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 03:59:31 +0000
commit308fc89e8a5eac34f843e489a541d95fc5784132 (patch)
treea8331d62bb612b579afa408c1b0506c563790761
parent483a8a51994ed10028ceb771925354b128ad071f (diff)
downloadports-308fc89e8a5eac34f843e489a541d95fc5784132.tar.gz
ports-308fc89e8a5eac34f843e489a541d95fc5784132.zip
x11-fonts/intlfonts: Cosmetic change
-rw-r--r--x11-fonts/intlfonts/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fonts/intlfonts/Makefile b/x11-fonts/intlfonts/Makefile
index 58a5b9f7c01e..a4c6f6a2f133 100644
--- a/x11-fonts/intlfonts/Makefile
+++ b/x11-fonts/intlfonts/Makefile
@@ -24,10 +24,7 @@ FONTS_ALIAS= Asian Chinese European Japanese Japanese.X
do-build:
.for f in ${FONTS}
- for bdf in ${WRKSRC}/${f}/*.bdf ; do \
- ${ECHO_CMD} $${bdf}; \
- ${LOCALBASE}/bin/bdftopcf $${bdf} | ${GZIP_CMD} > $${bdf%.bdf}.pcf.gz; \
- done
+ for bdf in ${WRKSRC}/${f}/*.bdf; do ${LOCALBASE}/bin/bdftopcf $${bdf} | ${GZIP_CMD} > $${bdf%.bdf}.pcf.gz; done
.endfor
do-install: