diff options
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 da96ab7fe56..78ec067aed9 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2007/12/23 10:00:09 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2008/02/21 21:56:29 jlam Exp $ DISTNAME= nano-2.0.7 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v2.0/ |