mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-fonts/intlfonts: Cosmetic change
This commit is contained in:
parent
483a8a5199
commit
308fc89e8a
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue