diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /editors/nvi-m17n | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'editors/nvi-m17n')
-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 f09839eeaa0..7d73f8edd6c 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/12/06 17:08:07 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2007/02/22 19:26:26 wiz Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.20040401 @@ -50,7 +50,7 @@ ENCODINGS+= euc-jp euc-cn euc-kr sjis big5 euc-tw hz .if ${OPSYS} == "NetBSD" # XXX ignore NetBSD 2.0F and later's grantpt(3) and SysV pty for just now -CONFIGURE_ENV+= vi_cv_sys5_pty=no +CONFIGURE_ENV+= vi_cv_sys5_pty=no .endif post-patch: |