diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
commit | 0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (patch) | |
tree | 6bf136d74d7389168d44584e8902dc29cd0cbdb7 /russian/koi8r-ps/Makefile | |
parent | 820255ee78a7121e2592cac5ced0b3b847b832c2 (diff) | |
download | FreeBSD-ports-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip FreeBSD-ports-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Diffstat (limited to 'russian/koi8r-ps/Makefile')
-rw-r--r-- | russian/koi8r-ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/koi8r-ps/Makefile b/russian/koi8r-ps/Makefile index 426c80e..1868d0a 100644 --- a/russian/koi8r-ps/Makefile +++ b/russian/koi8r-ps/Makefile @@ -3,7 +3,7 @@ # Date created: 22 July 1999 # Whom: mi@aldan.algebra.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/07/30 17:04:02 ache Exp $ DISTNAME= koi8rPS-1.0 CATEGORIES= russian print @@ -70,7 +70,7 @@ do-install: ### ${PREFIX}/share/ghostscript/5.50/Fontmap ### for GhostScript to use cyrillic fonts. ################################################################# - @test -t 0 && test -t 1 && ${ECHO} -n "Press enter" && read junk || true + @test -t 0 && test -t 1 && ${ECHO} -n "Press enter" && read junk || ${TRUE} .else @if ${GREP} -q ArialCyrMT-BoldItalic "${FONTMAP}" ; then \ ${ECHO} Apparently, Fontmap already lists this fonts. Ok. \ |