diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-07-14 14:09:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-07-14 14:09:25 +0000 |
commit | a0dec7408eb5e4a4009813ae251548e6fd16ae4d (patch) | |
tree | f6ac611c292a3c8c545ffa8a4aaaf11db3887912 | |
parent | 4ccea16511ab0db2f81d6836dc7fddd0d9ccc352 (diff) |
document HAVE_MOTIF (obsolete), SUDO. Fix alphabetical ordering again.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index f00b4e9c5c5..eca5887f0f1 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.106 2003/07/14 13:58:15 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.107 2003/07/14 14:09:24 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1254,6 +1254,14 @@ in .Ev MULTI_PACKAGES ) . Add other variables as needed. +.It Ev SUDO +User settings. +If set to +.Xr sudo 8 +in +.Xr mk.conf , +the ports tree will only invoke root's privileges for the parts that +really require it. .It Ev SUPDISTFILES Supplementary files that need to be retrieved under some specific circumstances. @@ -1474,6 +1482,10 @@ instead. Likewise, use .Ev EXTRACT_CASES instead. +.It Ev FETCH_BEFORE_ARGS , Ev FETCH_AFTER_ARGS +Set +.Ev FETCH_CMD +to point to a script that does any required special treatment instead. .It Ev GNU_CONFIGURE Use .Ev CONFIGURE_STYLE @@ -1482,10 +1494,9 @@ instead. Use .Ev CONFIGURE_STYLE instead. -.It Ev FETCH_BEFORE_ARGS , Ev FETCH_AFTER_ARGS -Set -.Ev FETCH_CMD -to point to a script that does any required special treatment instead. +.It Ev HAVE_MOTIF +Old user settings. +No longer needed since OpenMotif is now free. .It Ev MASTERDIR From .Fx . |