diff options
author | obache <obache@pkgsrc.org> | 2007-11-28 11:40:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-11-28 11:40:35 +0000 |
commit | 275b378d7460216e155f5cd5a5545a26c3d4815e (patch) | |
tree | b0b14a23f554763659178820afd0925c5da2241b /editors | |
parent | 369a5a5d2c5d1c2b6651e73423068e778f650066 (diff) | |
download | pkgsrc-275b378d7460216e155f5cd5a5545a26c3d4815e.tar.gz |
Fixes typo in wapper script.
Problem noticed by Satoshi Suetake in PR 37445.
Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 | ||||
-rwxr-xr-x | editors/nvi-m17n/files/nvi-m17n | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index dd1a1bd0086..afdd330f439 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -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 --git a/editors/nvi-m17n/files/nvi-m17n b/editors/nvi-m17n/files/nvi-m17n index 6b8370e4103..8e9bc1dcc94 100755 --- a/editors/nvi-m17n/files/nvi-m17n +++ b/editors/nvi-m17n/files/nvi-m17n @@ -5,7 +5,7 @@ if [ "x$NEXINIT" != "x" -a "${NEXINIT-UNSET}" != "UNSET" ]; then 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 |