From: edd Date: Wed, 5 Apr 2023 09:46:27 +0000 (+0000) Subject: bsd.port.mk: Fix documentation on PATCHORIG. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8a6a7224d10eff28cc0737a716658e649bc67042;p=openbsd bsd.port.mk: Fix documentation on PATCHORIG. The default recently changed to `.orig.port`. OK sthen@, tb@, op@, thanks! --- diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 4db57f062bc..0ecf2ea35f0 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.576 2023/02/19 14:37:54 sdk Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.577 2023/04/05 09:46:27 edd Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 19 2023 $ +.Dd $Mdocdate: April 5 2023 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1602,7 +1602,7 @@ to rename original files. Defaults to .Pa .bak.orig . Distinct from -.Pa .orig +.Ev PATCHORIG to avoid confusing .Cm update-patches . .It Ev DIST_SUBDIR @@ -2415,12 +2415,11 @@ to re-generate .Pa ${PATCHDIR}/${PATCH_LIST} by looking for files using this suffix. Defaults to -.Pa .orig . -For a port that already contains -.Pa .orig -files in the ${DISTFILES}, -set this to something else, such as -.Pa .pat.orig . +.Pa .orig.port . +In the unlikely event that one of the ${DISTFILES} already contains +.Pa .orig.port +files, set this to something else, such as +.Pa .orig.obsdport . See also .Cm distpatch , .Ev DISTORIG .