summaryrefslogtreecommitdiffstats
path: root/russian/koi8r-ps
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-29 19:00:13 +0000
committersteve <steve@FreeBSD.org>1999-11-29 19:00:13 +0000
commit4e0d97c828020f1ea537c8d4cb2d2a51d0278344 (patch)
treeef69c4e02a6930258ce4fa9719d15f81e89ee93b /russian/koi8r-ps
parent84049c3f1175a1c457443adcbad54b838fb85a76 (diff)
downloadFreeBSD-ports-4e0d97c828020f1ea537c8d4cb2d2a51d0278344.zip
FreeBSD-ports-4e0d97c828020f1ea537c8d4cb2d2a51d0278344.tar.gz
${AWK} is not defined (yet) when determining the value of FONTMAP.
Noticed by: fenner
Diffstat (limited to 'russian/koi8r-ps')
-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 67ecb8a..f031785 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; \
OpenPOWER on IntegriCloud