git: 308fc89e8a5e - main - x11-fonts/intlfonts: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:07:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=308fc89e8a5eac34f843e489a541d95fc5784132
commit 308fc89e8a5eac34f843e489a541d95fc5784132
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-18 03:59:31 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-18 03:59:31 +0000
x11-fonts/intlfonts: Cosmetic change
---
x11-fonts/intlfonts/Makefile | 5 +----
1 file changed, 1 insertion(+), 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: