diff options
author | gabor <gabor@FreeBSD.org> | 2007-12-21 21:44:33 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-12-21 21:44:33 +0000 |
commit | e6712341fe1f9b868e1174fb8a50b13bbb7303ab (patch) | |
tree | 19296e5d67b9d70fd482f711d1866e4ce59dd1bf /share/man | |
parent | 0f43ea5b99707b4813a390d7331faea8d4ad1128 (diff) | |
download | FreeBSD-src-e6712341fe1f9b868e1174fb8a50b13bbb7303ab.zip FreeBSD-src-e6712341fe1f9b868e1174fb8a50b13bbb7303ab.tar.gz |
- Document PORT_DBDIR
PR: docs/114731
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/ports.7 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index fb277e0..063697a 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -470,6 +470,17 @@ Of course, these ports may not work as expected, but if you really know what you are doing and are sure about installing a forbidden port, then .Va NO_IGNORE lets you do it. +.It Va PORT_DBDIR +Directory where the results of configuring +.Va OPTIONS +are stored. +Defaults to +.Pa /var/db/ports . +Each port where +.Va OPTIONS +have been configured will have a uniquely named sub-directory, containing a +single file +.Pa options . .El .Sh FILES .Bl -tag -width ".Pa /usr/ports/Mk/bsd.port.mk" -compact |