aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-24 01:43:31 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-24 01:43:31 +0000
commitcf957f4730e39fb413a3fa739b2dbb7b6be28a67 (patch)
tree2d421fa3e43943b9765ad286e094ca2cd612fb61 /CHANGES
parent6be1bd3fe99c9ea19f569ecc38c1b41e65a912c7 (diff)
downloadports-cf957f4730e39fb413a3fa739b2dbb7b6be28a67.tar.gz
ports-cf957f4730e39fb413a3fa739b2dbb7b6be28a67.zip
- CONFIGURE_ARGS is changed to have --mandir and --infodir when they
are applicable Reminded by: pav
Notes
Notes: svn path=/head/; revision=196160
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