aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-07-24 09:43:31 +0800
committerrafan <rafan@FreeBSD.org>2007-07-24 09:43:31 +0800
commit541ed3d6cf6daa384e43d39030a1ffe253bdd95f (patch)
tree823c767a0e6bebbb671635653ba0b2fa21d35898 /CHANGES
parent80b487fccef1e3e5a2a2daa0eabb5182d50fba90 (diff)
downloadfreebsd-ports-gnome-541ed3d6cf6daa384e43d39030a1ffe253bdd95f.tar.gz
freebsd-ports-gnome-541ed3d6cf6daa384e43d39030a1ffe253bdd95f.tar.zst
freebsd-ports-gnome-541ed3d6cf6daa384e43d39030a1ffe253bdd95f.zip
- CONFIGURE_ARGS is changed to have --mandir and --infodir when they
are applicable Reminded by: pav
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b4fedfd8537a..e0b476cc0d27 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20070723:
+AUTHOR: rafan@FreeBSD.org
+
+ * The default CONFIGURE_ARGS when GNU_CONFIGURE is set now contains
+ --mandir and --infodir if configure script supports them.
+
20070712:
AUTHOR: maho@FreeBSD.org