summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-29 19:00:13 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-29 19:00:13 +0000
commit015011751d5f09b309fa7c59a4af803dcfdf7de9 (patch)
tree9b47b2ef3a9ea732c67a1db51b5b41aac587a73e /russian
parentAllow building XF86Setp with japanese tcl/tk (diff)
${AWK} is not defined (yet) when determining the value of FONTMAP.
Noticed by: fenner
Notes
Notes: svn path=/head/; revision=23503
Diffstat (limited to 'russian')
-rw-r--r--russian/koi8r-ps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/koi8r-ps/Makefile b/russian/koi8r-ps/Makefile
index 67ecb8a43728..f0317856f994 100644
--- a/russian/koi8r-ps/Makefile
+++ b/russian/koi8r-ps/Makefile
@@ -20,7 +20,7 @@ DIST_SUBDIR= koi8r-ps
.if !defined(FONTMAP)
FONTMAP!= if which gs > /dev/null 2>&1 ; then \
- d=`gs -h | ${AWK} '/^Search path:$$/ { nl=1; next } \
+ d=`gs -h | awk '/^Search path:$$/ { nl=1; next } \
nl { print $$3; exit }'`; \
if [ -e $$d/Fontmap ] ; then \
${ECHO} $$d/Fontmap; \