aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/geminifonts
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/geminifonts
parent4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (diff)
downloadports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.tar.gz
ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.zip
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
Notes
Notes: svn path=/head/; revision=53961
Diffstat (limited to 'x11-fonts/geminifonts')
-rw-r--r--x11-fonts/geminifonts/Makefile4
1 files changed, 2 insertions, 2 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; \