diff options
author | 2007-01-18 06:34:56 +0000 | |
---|---|---|
committer | 2007-01-18 06:34:56 +0000 | |
commit | bbca03e48f1e5e5f026bdb0e1b1ab6367745d76a (patch) | |
tree | cd9ec37de41cccc71b043dc51246df59d467ba1e | |
parent | regen (diff) | |
download | wireguard-openbsd-bbca03e48f1e5e5f026bdb0e1b1ab6367745d76a.tar.xz wireguard-openbsd-bbca03e48f1e5e5f026bdb0e1b1ab6367745d76a.zip |
FULLPKGPATH is no longer read-only, and COMMENT is also subpackage dependent.
ok sturm@ bernd@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 79a2a09511a..ee771a4d2af 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.188 2007/01/17 13:16:11 steven Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.189 2007/01/18 06:34:56 steven Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1023,7 +1023,6 @@ Defaults to ${PKGNAME}${FLAVOR_EXT}. .It Ev FULLPKGPATH Path to the current port's directory, relative to ${PORTSDIR}, including flavors and subpackages. -Read-only. .It Ev GMAKE Location of the GNU make binary, if needed. Defaults to gmake. @@ -2303,20 +2302,21 @@ In the preceding example, the packing-list template for FULLPKGNAME-lib must be in PLIST-lib. .Pp The following variables are subpackage dependent: +.Ev COMMENT , .Ev PKG_ARCH , .Ev PERMIT_PACKAGE_FTP , .Ev PERMIT_PACKAGE_CDROM , -.Ev PKGNAME +.Ev PKGNAME , .Ev FULLPKGNAME , .Ev FULLPKGPATH , .Ev RUN_DEPENDS , .Ev WANTLIB , .Ev LIB_DEPENDS , .Ev PREFIX , -.Ev CATEGORIES +.Ev CATEGORIES , .Ev MESSAGE , .Ev UNMESSAGE , -.Ev DESCR +.Ev DESCR , .Ev PLIST . .Pp The usual non-MULTI_PACKAGES variables are simply used as default values |