diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-08-31 09:06:44 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-08-31 09:06:44 +0000 |
commit | b394b1b76b9413300ee0f9a86c01cb4d1417e9b9 (patch) | |
tree | 1eaadf6742a5f734d048f874bfa867255abf015f /editors/nvi-m17n/Makefile | |
parent | 13581fab28ae763adbe9f5a409cc6397ee658bf6 (diff) | |
download | pkgsrc-b394b1b76b9413300ee0f9a86c01cb4d1417e9b9.tar.gz |
Install wrapper scripts
(euc-jp, euc-cn, euc-kr, sjis, big5, euc-tw, hz encoding).
Diffstat (limited to 'editors/nvi-m17n/Makefile')
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 44e2a2ea36c..a83bdd3ebcf 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/02 05:11:56 sakamoto Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/31 09:06:44 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp DISTNAME= nvi-1.79 @@ -49,7 +49,7 @@ AUTODETECT.euc-kr=kr AUTODETECT.iso-2022-kr=kr ENCODING+= iso-2022-cn iso-2022-jp iso-2022-kr -#ENCODING+= euc-jp euc-cn euc-kr sjis big5 euc-tw hz +ENCODING+= euc-jp euc-cn euc-kr sjis big5 euc-tw hz post-build: .for encoding in ${ENCODING} |