Date: Fri, 13 Dec 2013 15:14:41 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336354 - in head/editors/beav: . files Message-ID: <201312131514.rBDFEfia088284@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Fri Dec 13 15:14:41 2013 New Revision: 336354 URL: http://svnweb.freebsd.org/changeset/ports/336354 Log: Man page fix. Submitted by: Jeremie Courreges-Anglas Modified: head/editors/beav/Makefile head/editors/beav/files/patch-beav.1 Modified: head/editors/beav/Makefile ============================================================================== --- head/editors/beav/Makefile Fri Dec 13 15:06:10 2013 (r336353) +++ head/editors/beav/Makefile Fri Dec 13 15:14:41 2013 (r336354) @@ -3,7 +3,7 @@ PORTNAME= beav PORTVERSION= 1.40.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION:R}.orig Modified: head/editors/beav/files/patch-beav.1 ============================================================================== --- head/editors/beav/files/patch-beav.1 Fri Dec 13 15:06:10 2013 (r336353) +++ head/editors/beav/files/patch-beav.1 Fri Dec 13 15:14:41 2013 (r336354) @@ -1,5 +1,14 @@ ---- beav.1.orig 2013-12-12 17:16:34.000000000 +0100 -+++ beav.1 2013-12-12 17:17:40.000000000 +0100 +--- beav.1.orig 2013-12-13 16:10:56.000000000 +0100 ++++ beav.1 2013-12-13 16:11:08.000000000 +0100 +@@ -9,7 +9,7 @@ This is a brief description of the minim + that are necessary to start using + .IR beav + effectively. +-For more information, review the file /usr/share/doc/beav/beav140.txt.gz. ++For more information, review the file %%PREFIX%%/share/doc/beav/beav.txt. + .PP + The \fIfile-visit\fR command,\fB Ctl-X Ctl-V\fR, can be used to read a + file in for editing. The file can also be read in from the @@ -23,7 +23,7 @@ These commands can be used to navigate a .br \fImove-back-line\fB Ctl-P\fB moves up\fR
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312131514.rBDFEfia088284>