pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nvi-m17n Fixes typo in wapper script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b27fdc120a43
branches:  trunk
changeset: 535763:b27fdc120a43
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Nov 28 11:40:35 2007 +0000

description:
Fixes typo in wapper script.
Problem noticed by Satoshi Suetake in PR 37445.

Bump PKGREVISION.

diffstat:

 editors/nvi-m17n/Makefile       |  4 ++--
 editors/nvi-m17n/files/nvi-m17n |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r bab27066d76c -r b27fdc120a43 editors/nvi-m17n/Makefile
--- a/editors/nvi-m17n/Makefile Wed Nov 28 11:40:09 2007 +0000
+++ b/editors/nvi-m17n/Makefile Wed Nov 28 11:40:35 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2007/11/19 12:24:06 obache Exp $
+# $NetBSD: Makefile,v 1.41 2007/11/28 11:40:35 obache Exp $
 
 DISTNAME=      nvi-1.79
 PKGNAME=       nvi-m17n-1.79.20040401
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    editors
 MASTER_SITES=  ftp://ftp.sleepycat.com/pub/ \
                ftp://ftp.foretune.co.jp/pub/tools/nvi/
diff -r bab27066d76c -r b27fdc120a43 editors/nvi-m17n/files/nvi-m17n
--- a/editors/nvi-m17n/files/nvi-m17n   Wed Nov 28 11:40:09 2007 +0000
+++ b/editors/nvi-m17n/files/nvi-m17n   Wed Nov 28 11:40:35 2007 +0000
@@ -5,7 +5,7 @@
 elif [ "x$EXINIT" != "x" -a "${EXINIT-UNSET}" != "UNSET" ]; then
        EXINIT1="$EXINIT"
 else
-       ecfile="/dev/null"
+       rcfile="/dev/null"
        if [ -f "${HOME}/.nexrc" ]; then
                rcfile="$HOME/.nexrc"
        elif [ -f "${HOME}/.exrc" ]; then



Home | Main Index | Thread Index | Old Index