docs/145655: Add an example to /usr/share/examples/etc/make.conf

Armin Pirkovitsch armin at frozen-zone.org
Wed Apr 14 18:50:02 UTC 2010


The following reply was made to PR docs/145655; it has been noted by GNATS.

From: Armin Pirkovitsch <armin at frozen-zone.org>
To: Doug Barton <dougb at FreeBSD.org>
Cc: freebsd-gnats-submit at 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--



More information about the freebsd-doc mailing list