diff --git a/editors/vis/Makefile b/editors/vis/Makefile index c67c216a620..14fcf4a9787 100644 --- a/editors/vis/Makefile +++ b/editors/vis/Makefile @@ -2,6 +2,7 @@ COMMENT = vi-like editor with sam-style structural regex support V = 0.8 DISTNAME = vis-${V} +REVISION = 0 TEST_V = 0.5 TEST_DISTNAME = vis-test-${TEST_V} diff --git a/editors/vis/patches/patch-man_vis_1 b/editors/vis/patches/patch-man_vis_1 new file mode 100644 index 00000000000..61499c40278 --- /dev/null +++ b/editors/vis/patches/patch-man_vis_1 @@ -0,0 +1,14 @@ +Point at correct manual + +Index: man/vis.1 +--- man/vis.1.orig ++++ man/vis.1 +@@ -260,7 +260,7 @@ currently defers regular expression matching to the un + It uses what POSIX refers to as + .Dq Extended Regular Expressions + as described in +-.Xr regex 7 . ++.Xr re_format 7 . + The anchors + .Ic ^ + and