diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 14:02:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 14:02:06 +0000 |
commit | 65e107ab6988c9b2d4d980917430d8ab0cfee665 (patch) | |
tree | 19322057de195ba994b5e8d364fcb6eddc03508f /CHANGES | |
parent | 134d97e1fd2201b9a28717e8ed461675a246e1cc (diff) | |
download | ports-65e107ab6988c9b2d4d980917430d8ab0cfee665.tar.gz ports-65e107ab6988c9b2d4d980917430d8ab0cfee665.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -10,6 +10,27 @@ in the release notes. All ports committers are allowed to commit to this file. +20070324: +AUTHOR: portmgr@FreeBSD.org +The following changes were made to the ports infrastructure: + + * Default LIBTOOLFILES value was changed from literal `configure' + to ${CONFIGURE_SCRIPT}. + + * bsd.efl.mk was moved to ports/Mk. USE_EFL family of macros is now + generally available to all ports. + + * New macros COPYTREE_BIN and COPYTREE_SHARE were added, to allow + for easy installation of a tree hierarchy, either with executable (bin) + or read-only (share) permissions on files. + + * A new variable WWWDIR was added, with default value of + ${PREFIX}/www/${PORTNAME}. + + * Variables DOCSDIR_REL, DATADIR_REL, EXAMPLESDIR_REL and WWWDIR_REL were + added for porter's convenience. They contain the values of their + respective non-REL variables, except relative to installation PREFIX. + 20070306: AUTHOR: portmgr@FreeBSD.org The following changes were made to the ports infrastructure: |