diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-24 01:43:31 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-24 01:43:31 +0000 |
commit | cf957f4730e39fb413a3fa739b2dbb7b6be28a67 (patch) | |
tree | 2d421fa3e43943b9765ad286e094ca2cd612fb61 /CHANGES | |
parent | 6be1bd3fe99c9ea19f569ecc38c1b41e65a912c7 (diff) | |
download | ports-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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |