diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-29 19:00:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-29 19:00:13 +0000 |
commit | 015011751d5f09b309fa7c59a4af803dcfdf7de9 (patch) | |
tree | 9b47b2ef3a9ea732c67a1db51b5b41aac587a73e /russian/koi8r-ps | |
parent | a1529eb18f595049c281890913205b28d2fea0ce (diff) | |
download | ports-015011751d5f09b309fa7c59a4af803dcfdf7de9.tar.gz ports-015011751d5f09b309fa7c59a4af803dcfdf7de9.zip |
Notes
Diffstat (limited to 'russian/koi8r-ps')
-rw-r--r-- | russian/koi8r-ps/Makefile | 2 |
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; \ |