From 1b28c0b3578872bb4b42c4f04207e8d0a8d4c048 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 30 Aug 2001 22:44:51 +0000 Subject: Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation. --- games/fortune/datfiles/freebsd-tips | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 391fb50..3e16e34 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -85,8 +85,8 @@ To change an environment variable in /bin/sh use: $ export VARIABLE -- Giorgos Keramidas % -/etc/make.conf contains overrides to /etc/defaults/make.conf, which -controls the options used to compile software on this system. +You can use /etc/make.conf to control the options used to compile software +on this system. Example entries are in /usr/share/examples/etc/make.conf. % To do a fast search for a file, try -- cgit v1.1