diff options
Diffstat (limited to 'editors/elvis/Makefile')
-rw-r--r-- | editors/elvis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index d0998c2c486..b38cf56cefe 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/04/06 03:45:12 rodent Exp $ +# $NetBSD: Makefile,v 1.11 2013/06/03 10:04:51 wiz Exp $ # This section contains variables that might be overridden. PKGNAME?= ${PKGNAME_BASE} @@ -7,7 +7,7 @@ COMMENT?= Clone of vi with regex-search, hex-edit, HTML/LaTeX preview # Normal package Makefile contents follow. DISTNAME= elvis-2.2_0 PKGNAME_BASE= ${DISTNAME:S/_/./} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ |