aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2010-08-01 11:12:42 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2010-08-01 11:12:42 +0000
commit973f8de426638138a9840bada5b7b082775f7d28 (patch)
tree2569b94c77a201ac152339651a41c3e7f6f78651
parenta9c3c4335ad38f497537415e95755a29f6978fcc (diff)
Notes
-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 1e08f79c8a9f..5713f99607e7 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -270,3 +270,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.