diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
commit | a80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch) | |
tree | e1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11-fonts/intlfonts/Makefile | |
parent | 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (diff) |
Notes
Diffstat (limited to 'x11-fonts/intlfonts/Makefile')
-rw-r--r-- | x11-fonts/intlfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |