summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2021-11-13 12:09:31 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2021-11-13 12:09:31 +0000
commit95e5effccf11ddc844ba7dc954f461306383b238 (patch)
tree72468fc35c8f2ba7691a799192a0650cf7ea4c77 /share
parente695ee04c13438cdaec1775187145b2ed9e18837 (diff)
Use a proper PKGPATH in the WRKOBJDIR example
www/mozilla is a module, www/mozilla-firefox is an actual port. OK sthen
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 1d6cc3d191a..5d79cb094df 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.546 2021/10/08 13:52:28 sdk Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.547 2021/11/13 12:09:30 kn Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 8 2021 $
+.Dd $Mdocdate: November 13 2021 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -1770,8 +1770,8 @@ User settings.
If non empty, used as a base for the fake area.
The real fake directory ${WRKINST} is created there.
Can be set on a per-${PKGPATH} basis.
-For instance, setting FAKEOBJDIR_www/mozilla=/tmp/obj
-will affect only the mozilla port.
+For instance, setting FAKEOBJDIR_www/mozilla-firefox=/tmp/obj
+will affect only the mozilla-firefox port.
.It Ev FETCH_CMD
User settings.
Command used to fetch distribution files for this port.