diff options
author | 2011-06-24 08:29:29 +0000 | |
---|---|---|
committer | 2011-06-24 08:29:29 +0000 | |
commit | 413d23ea7ce32b8211e2addbd28a4d88a2f4036c (patch) | |
tree | 2a093adb2ac80380ea2cd64c645c083c47864f33 /share/man/man7 | |
parent | Should always include ukphy(4) in the kernel configs if using any devices (diff) | |
download | wireguard-openbsd-413d23ea7ce32b8211e2addbd28a4d88a2f4036c.tar.xz wireguard-openbsd-413d23ea7ce32b8211e2addbd28a4d88a2f4036c.zip |
- add PLIST_DB to the list of variables that need to be adjusted when using
a read-only ports tree.
suggested by Myk Taylor in pr 6618
"sure" aja@ and reads fine to landry@
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index b5409c19437..ee092f15081 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.83 2010/10/23 12:25:21 landry Exp $ +.\" $OpenBSD: ports.7,v 1.84 2011/06/24 08:29:29 jasper Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: October 23 2010 $ +.Dd $Mdocdate: June 24 2011 $ .Dt PORTS 7 .Os .Sh NAME @@ -664,9 +664,10 @@ Set .Ev WRKOBJDIR , .Ev PACKAGE_REPOSITORY , .Ev BULK_COOKIES_DIR , -.Ev UPDATE_COOKIES_DIR +.Ev UPDATE_COOKIES_DIR , +.Ev DISTDIR , and -.Ev DISTDIR +.Ev PLIST_DB in .Pa /etc/mk.conf accordingly. |