diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /russian/elm.language | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes:
svn path=/head/; revision=21034
Diffstat (limited to 'russian/elm.language')
-rw-r--r-- | russian/elm.language/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/russian/elm.language/Makefile b/russian/elm.language/Makefile index 8af5212e1299..c6342837f4ad 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.12 1998/12/01 09:35:42 asami Exp $ +# $Id: Makefile,v 1.13 1999/08/23 04:23:38 mharo Exp $ # PKGNAME= ru-elm-2.4ME @@ -21,8 +21,8 @@ do-fetch: do-install: ${GREP} -q -i koi8 ${PREFIX}/lib/elm.rc || \ ( \ - echo "charset=KOI8-R"; \ - echo "displaycharset=KOI8-R"; \ + ${ECHO_MSG} "charset=KOI8-R"; \ + ${ECHO_MSG} "displaycharset=KOI8-R"; \ ) >> \ ${PREFIX}/lib/elm.rc |