aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-03-23 12:03:00 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-03-23 12:03:00 +0800
commite291418c8130c04ee054f219d8467f9693fc3276 (patch)
treee7b299ac745187b581b601c035364542d3ec7579 /CHANGES
parenta5e62d4b62f8773c1079c59a40276ba4e7d9daad (diff)
downloadfreebsd-ports-gnome-e291418c8130c04ee054f219d8467f9693fc3276.tar.gz
freebsd-ports-gnome-e291418c8130c04ee054f219d8467f9693fc3276.tar.zst
freebsd-ports-gnome-e291418c8130c04ee054f219d8467f9693fc3276.zip
Introduce a BSDMAKE?= /usr/bin/make and use it as the default MAKE_CMD.
With hat: portmgr
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bbd5ad846b0e..15aef3005a9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150322:
+ AUTHOR: bdrewery@FreeBSD.org
+
+ There is now a BSDMAKE that can be overriden for the location of
+ /usr/bin/make. It is a safer alternative to overriding MAKE_CMD which
+ will be force reset for gmake/fmake/scons ports.
+
20150319:
AUTHOR: bdrewery@FreeBSD.org