diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-27 12:24:23 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-27 12:24:23 +0000 |
commit | e29634cbf8b2a9836d8e4a3872ecb2a2cf418d11 (patch) | |
tree | 6e97c5e18e8177a22fa9c1aee1d13089861da93e /share/man | |
parent | 054de8aa30222b504a4782ac8c58327274b704a8 (diff) |
document the obvious
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index cc4716e7755..1c0c5b74014 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.635 2023/09/27 08:20:50 semarie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.636 2023/09/27 12:24:22 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1628,6 +1628,12 @@ below for details. .It Ev DEBUGINFO_ARCHS List of archs for which debug information may be provided as extra packages. Normally only amd64 for performance reasons. +.It Ev DESCR +Location of description file for the package, defaults to +.Pa ${PKGDIR}/DESCR +(or +.Pa ${PKGDIR}/DESCR${SUBPACKAGE} +for multi-packages). .It Ev DESTDIR See .Ev DESTDIRNAME . @@ -2927,6 +2933,13 @@ Used in file names and actual contents, can be overridden for ports with branches, like php, e.g., .Li PKGSTEM-main = php-5.6 +.It Ev PLIST +Location of package packing-list. +Defaults to +.Pa ${PKGDIR}/PLIST , +or to +.Pa ${PKGDIR}/PLIST${SUBPACKAGE} +for multi-packages. .It Ev PLIST_DB Deprecated, see .Ev PLIST_REPOSITORY . |