diff options
author | obache <obache@pkgsrc.org> | 2007-10-26 16:44:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-26 16:44:37 +0000 |
commit | 6832d12d144fd25d8abbd0087b1d1031f88a1328 (patch) | |
tree | 45254464ef6fc04a0a16f925742b89a2cd1af901 /editors/nano/Makefile | |
parent | ca603f1a88efb546bc15564af2807e14c32a9853 (diff) | |
download | pkgsrc-6832d12d144fd25d8abbd0087b1d1031f88a1328.tar.gz |
Fixes cursor update problem in prompt windows with NetBSD's curses,
reported in PR 37208.
Bump PKGREVISION.
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r-- | editors/nano/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 7f2637678c6..1e7188f68a2 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2007/10/24 15:28:38 obache Exp $ +# $NetBSD: Makefile,v 1.30 2007/10/26 16:44:37 obache Exp $ DISTNAME= nano-2.0.6 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v2.0/ |