summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-09-27 10:37:21 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-09-27 10:37:21 +0000
commit37bf947e8d7999f07e2efca7fba6082b5a75f630 (patch)
treea555b6fb17b0f3eeb108680029fd2806a2944023 /share
parent7d59725e4ad386bf38fff626a0707de0b2c8c403 (diff)
Document PATCH_LIST extended behavior.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.59
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 7dcba64b7b3..71c5aecdd6a 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.49 2001/09/16 15:27:16 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.50 2001/09/27 10:37:20 espie Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -778,6 +778,13 @@ Defaults to -p0 .
.It Ev PATCH_LIST
Wildcard pattern of patches to select under ${PATCHDIR} (default: patch-*).
Note that filenames ending in .orig, or ~ are never applied.
+Note that
+.Ev PATCH_LIST
+can hold absolute pathnames, for instance to share patches among similar
+ports:
+.Bd -literal
+PATCH_LIST=${PORTSDIR}/x11/kde/libs2/patches/p-* patch-*
+.Ed
.It Ev PATCH_STRIP
Patch option used to strip directory levels while applying port's patches.
Defaults to -p0 .