diff options
author | ache <ache@FreeBSD.org> | 1996-12-03 23:25:18 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-03 23:25:18 +0800 |
commit | 9299b94fc0baae597a527b1fed12ca6daa334619 (patch) | |
tree | c172e9326f1a8f1b4c03a5d622031b584e0902ae /russian | |
parent | 920c6f727949665443713e5c4346269a50070902 (diff) | |
download | freebsd-ports-gnome-9299b94fc0baae597a527b1fed12ca6daa334619.tar.gz freebsd-ports-gnome-9299b94fc0baae597a527b1fed12ca6daa334619.tar.zst freebsd-ports-gnome-9299b94fc0baae597a527b1fed12ca6daa334619.zip |
Remove nohdrencoding
Diffstat (limited to 'russian')
-rw-r--r-- | russian/elm.language/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/russian/elm.language/Makefile b/russian/elm.language/Makefile index 2bfd048b9ae8..0426a6884057 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.8 1996/05/04 03:18:29 asami Exp $ +# $Id: Makefile,v 1.9 1996/11/18 11:39:02 asami Exp $ # PKGNAME= ru-elm-2.4ME @@ -25,7 +25,6 @@ do-install: ( \ echo "charset=KOI8-R"; \ echo "displaycharset=KOI8-R"; \ - echo "nohdrencoding=ON"; \ ) >> \ ${PREFIX}/lib/elm.rc |