aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2010-07-25 20:21:32 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2010-07-25 20:21:32 +0000
commit49b96401be304019ba81b913404b49a3a87ecfdf (patch)
tree30000939248a23abf5fc6f4737b9021a05c7e859 /share/examples
parent36bcf7c1fbfa0c72fb5adf53d4ef28e43fbfc342 (diff)
Notes
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 631610acf0a2..128a04ac64f2 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -269,3 +269,14 @@
# /etc/mail/Makefile. Defaults to 0640.
#
#SENDMAIL_MAP_PERMS=
+#
+#
+# It is also possible to set variables in make.conf which will only be
+# used when compiling a specific port. For more details see make(1).
+#
+#.if ${.CURDIR:M*/irc/irssi-devel*}
+#WITH_DEBUG=YES
+#.endif
+#
+# Another approach is to use /usr/ports/ports-mgmt/portconf which has
+# its own config file for port specific options.