diff options
Diffstat (limited to 'russian/elm.language')
-rw-r--r-- | russian/elm.language/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/russian/elm.language/Makefile b/russian/elm.language/Makefile index 6178f290bc42..8083b487fd38 100644 --- a/russian/elm.language/Makefile +++ b/russian/elm.language/Makefile @@ -2,7 +2,7 @@ # Date created: 2 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1995/12/20 06:58:00 ache Exp $ +# $Id: Makefile,v 1.2 1996/02/26 01:04:20 ache Exp $ # PKGNAME= ru-elm @@ -19,7 +19,11 @@ do-fetch: do-install: grep -q -i koi8 ${PREFIX}/lib/elm.rc || \ - (echo "charset=KOI8-R"; echo "displaycharset=KOI8-R";) >> \ + ( \ + echo "charset=KOI8-R"; \ + echo "displaycharset=KOI8-R"; \ + echo "nohdrencoding=ON"; \ + ) >> \ ${PREFIX}/lib/elm.rc .include <bsd.port.mk> |