From 49b96401be304019ba81b913404b49a3a87ecfdf Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Sun, 25 Jul 2010 20:21:32 +0000 Subject: [PATCH] Add an example to encourage people to have a look at either make(1) or /usr/ports/ports-mgmt/portconf for port-specific variables/options to compile a port. PR: docs/145655 Submitted by: Armin Pirkovitsch (armin at frozen dash zone dot org) Discussed with: dougb MFC after: 7 days --- share/examples/etc/make.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 631610acf0a..128a04ac64f 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. -- 2.45.2