summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorbjk <bjk@FreeBSD.org>2014-06-09 23:11:50 +0000
committerbjk <bjk@FreeBSD.org>2014-06-09 23:11:50 +0000
commitbc20a2fb6272bd861409a1e9ca6553f4b8b4cbc7 (patch)
tree4f78acfc58ef53fa6cb04ce05302c56544f42c24 /share/man/man5
parentb02f5696faddc44995154043ff49b283c335d79d (diff)
downloadFreeBSD-src-bc20a2fb6272bd861409a1e9ca6553f4b8b4cbc7.zip
FreeBSD-src-bc20a2fb6272bd861409a1e9ca6553f4b8b4cbc7.tar.gz
MFC r266416:
------------------------------------------------------------------------ r266416 | bjk | 2014-05-18 17:05:54 -0400 (Sun, 18 May 2014) | 14 lines Document some user-settable make variables in ports.7 This is not a comprehensive list, as the variables themselves are spread out over multiple files, but it is a start. Add a section to make.conf noting that variables may be set there that affect ports builds, but refer to ports.7 and elsewhere for the actual listing; any listing in make.conf.5 would likely become out of date fairly quickly. PR: docs/189199 Reviewed by: bdrewery (previous version) Approved by: hrs (mentor) ------------------------------------------------------------------------ PR: 189199 Approved by: hrs (mentor)
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/make.conf.510
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 27ce9e2..1c288e7 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 2, 2014
+.Dd May 17, 2014
.Dt MAKE.CONF 5
.Os
.Sh NAME
@@ -655,6 +655,14 @@ for simple printers, or
for postscript or graphics printers with a ghostscript
filter, or both.
.El
+.Ss "BUILDING PORTS"
+Several make variables can be set that affect the building of ports.
+These variables and their effects are documented in
+.Xr ports 7 ,
+.Pa ${PORTSDIR}/Mk/*
+and the
+.Fx
+Porter's Handbook.
.Sh FILES
.Bl -tag -width ".Pa /usr/share/examples/etc/make.conf" -compact
.It Pa /etc/make.conf
OpenPOWER on IntegriCloud