Date: Tue, 18 Jun 2024 04:07:41 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 308fc89e8a5e - main - x11-fonts/intlfonts: Cosmetic change Message-ID: <202406180407.45I47fRr076052@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180407.45I47fRr076052>