aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
commita80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch)
treee1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11-fonts
parent4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (diff)
downloadports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.tar.gz
ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/geminifonts/Makefile4
-rw-r--r--x11-fonts/intlfonts/Makefile4
-rw-r--r--x11-fonts/webfonts/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-fonts/geminifonts/Makefile b/x11-fonts/geminifonts/Makefile
index 19c9ddfed791..940783a6d052 100644
--- a/x11-fonts/geminifonts/Makefile
+++ b/x11-fonts/geminifonts/Makefile
@@ -36,8 +36,8 @@ post-install:
# applications look for cronyx-*-koi8-r or koi8-r explicitly. -mi
post-build:
# Creating aliases for koi8-r encoding and Cronyx foundry:
- @${ECHO} >> ${WRKSRC}/fonts.alias
- @${ECHO} "! Automaticly generated aliases for koi8-r encoding:" \
+ @${ECHO_CMD} >> ${WRKSRC}/fonts.alias
+ @${ECHO_CMD} "! Automaticly generated aliases for koi8-r encoding:" \
>> ${WRKSRC}/fonts.alias
${AWK} '/gemini/ { \
name = $$2; \
diff --git a/x11-fonts/intlfonts/Makefile b/x11-fonts/intlfonts/Makefile
index c3f48d4ec1cc..e64a56c65bb9 100644
--- a/x11-fonts/intlfonts/Makefile
+++ b/x11-fonts/intlfonts/Makefile
@@ -43,8 +43,8 @@ do-build:
cd ${WRKSRC}; \
for dir in ${NORMAL_FONTS} ${BIG_FONTS}; do \
for bdf in $$dir/*.bdf ; do \
- ${ECHO} $$bdf; \
- pcf_gz=`${ECHO} $$bdf | ${SED} 's/.bdf$$/.pcf.gz/'`; \
+ ${ECHO_CMD} $$bdf; \
+ pcf_gz=`${ECHO_CMD} $$bdf | ${SED} 's/.bdf$$/.pcf.gz/'`; \
${CAT} $$bdf | bdftopcf | ${GZIP_CMD} \
> $$pcf_gz; \
done \
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile
index cf509a852666..87719d3e8efe 100644
--- a/x11-fonts/webfonts/Makefile
+++ b/x11-fonts/webfonts/Makefile
@@ -153,11 +153,11 @@ make-fonts.alias:
[ -t 0 ] && tty=/dev/tty || tty=/dev/null; \
${TAIL} +2 ${WRKSRC}/fonts.scale | ${CUT} -f 2- -d" " | \
while read font; do \
- ${ECHO} \"$${font}\" \"$${font}\"; \
+ ${ECHO_CMD} \"$${font}\" \"$${font}\"; \
for nsize in ${FONTSIZES}; do \
tsize=$${nsize}; \
[ $${tsize} -lt ${FONTLIMIT} ] && tsize=${FONTLIMIT}; \
- ${ECHO} \"$${font}\" \"$${font}\" | \
+ ${ECHO_CMD} \"$${font}\" \"$${font}\" | \
${SED} -e "s,--0-0-0-0-,--$${nsize}-$${nsize}0-0-0-," \
-e "s,--0-0-0-0-,--$${tsize}-$${tsize}0-75-75-," \
-e "s,^\"-${FONTNAME},\"-netscape,"; \