diff options
author | roy <roy> | 2013-10-10 11:09:35 +0000 |
---|---|---|
committer | roy <roy> | 2013-10-10 11:09:35 +0000 |
commit | 01574d06f8a1af685624b25f2c94466e56aa6671 (patch) | |
tree | 9de9949aca61372fd77baa78eeeafc3a5a7e1c23 /editors | |
parent | 18a870350ba661def85fa83c07665efa4f61967e (diff) | |
download | pkgsrc-01574d06f8a1af685624b25f2c94466e56aa6671.tar.gz |
Bump for curses removal
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ex/Makefile b/editors/ex/Makefile index d93b8beb46b..eccf3ed227c 100644 --- a/editors/ex/Makefile +++ b/editors/ex/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2013/10/09 10:22:55 roy Exp $ +# $NetBSD: Makefile,v 1.13 2013/10/10 11:09:35 roy Exp $ # DISTNAME= ex-040103 PKGNAME= ex-20040103 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ex-vi/files/ex-vi/040103/} |