docs/145655: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sun Aug 1 11:20:03 UTC 2010
The following reply was made to PR docs/145655; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: docs/145655: commit references a PR
Date: Sun, 1 Aug 2010 11:12:56 +0000 (UTC)
Author: bcr (doc committer)
Date: Sun Aug 1 11:12:42 2010
New Revision: 210728
URL: http://svn.freebsd.org/changeset/base/210728
Log:
MFC r210482:
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
Modified:
stable/8/share/examples/etc/make.conf
Directory Properties:
stable/8/share/examples/etc/ (props changed)
Modified: stable/8/share/examples/etc/make.conf
==============================================================================
--- stable/8/share/examples/etc/make.conf Sun Aug 1 11:09:14 2010 (r210727)
+++ stable/8/share/examples/etc/make.conf Sun Aug 1 11:12:42 2010 (r210728)
@@ -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.
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-doc
mailing list