diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 03:59:31 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 03:59:31 +0000 |
commit | 308fc89e8a5eac34f843e489a541d95fc5784132 (patch) | |
tree | a8331d62bb612b579afa408c1b0506c563790761 | |
parent | 483a8a51994ed10028ceb771925354b128ad071f (diff) | |
download | ports-308fc89e8a5eac34f843e489a541d95fc5784132.tar.gz ports-308fc89e8a5eac34f843e489a541d95fc5784132.zip |
x11-fonts/intlfonts: Cosmetic change
-rw-r--r-- | x11-fonts/intlfonts/Makefile | 5 |
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: |