Date: Wed, 14 Apr 2010 18:50:02 GMT From: Armin Pirkovitsch <armin@frozen-zone.org> To: freebsd-doc@FreeBSD.org Subject: Re: docs/145655: Add an example to /usr/share/examples/etc/make.conf Message-ID: <201004141850.o3EIo2W5089665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/145655; it has been noted by GNATS. From: Armin Pirkovitsch <armin@frozen-zone.org> To: Doug Barton <dougb@FreeBSD.org> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/145655: Add an example to /usr/share/examples/etc/make.conf Date: Wed, 14 Apr 2010 20:44:13 +0200 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline My suggestion would be the attached patch. However I'm not really the person who writes great and/or understandable documentations. Armin --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-examples-etc-make.txt" --- make.conf.orig 2010-04-14 17:05:26.000000000 +0200 +++ make.conf 2010-04-14 20:39:58.000000000 +0200 @@ -269,3 +269,18 @@ # /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 e.g. a specific port. +# For more details have a look at make(1). +# +# Example: +# +#.if ${.CURDIR:M*/irc/irssi-devel*} +#WITH_DEBUG=YES +#.endif +# +# Another approach to do this is by using the port ports-mgmt/portconf +# which uses its own config file for port specific options. +# --IJpNTDwzlM2Ie8A6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004141850.o3EIo2W5089665>