diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-08-24 15:01:03 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-08-24 15:01:03 +0000 |
commit | 4b853e170897608b4ce241466591f33acbfe0de1 (patch) | |
tree | 0526bdd29b97972badc4c860d1eb13870a245043 /share/man/man5/bsd.port.mk.5 | |
parent | 7849ba8892b9628d636e26fd16f3f573837e3c71 (diff) |
Clarify PATCHORIG.
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d20ad28b84a..b697eaf6f23 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.47 2001/08/24 14:43:28 todd Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.48 2001/08/24 15:01:02 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -700,17 +700,23 @@ Command to use to apply all patches. Defaults to .Pa /usr/bin/patch . .It Ev PATCHORIG -Suffix used by using the '-b' option of -.Xr patch 1 -(to determine original file suffix names) created -from ${PATCHDIR}/patch-* and +Suffix used by +.Ar patch +to rename original files, and .Ar update-patches -which generates the above patches looking for files with this suffix. +to re-generate +.Pa ${PATCHDIR}/${PATCH_LIST} +by looking for files using this suffix. Defaults to .Pa .orig . -Set this if you have a port that already contains .orig files in the -${DISTFILES} to something else, such as +For a port that already contains +.Pa .orig +files in the ${DISTFILES}, +set this to something else, such as .Pa .pat.orig . +See also +.Ar distpatch , +.Ev DISTORIG . .It Ev PATCH_CASES In the normal distpatch stage (when .Ev PATCHFILES |