diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-07 13:25:22 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-07 13:25:22 +0000 |
commit | fb58afc3dde8a4a941b5ce9130296bf13429394f (patch) | |
tree | 075b2bf548b3873c405f3b47513c0f8d12b423c6 /CHANGES | |
parent | 95e500d638e2ed2f127e68a8babf5ca028e271ae (diff) | |
download | ports-fb58afc3dde8a4a941b5ce9130296bf13429394f.tar.gz ports-fb58afc3dde8a4a941b5ce9130296bf13429394f.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -11,6 +11,18 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. 20130606: +AUTHOR: bdrewery@FreeBSD.org + + * WRKSRC_SUBDIR has been added to simplify overriding WRKSRC + to use a subdirectory: + + WRKSRC= ${WRKDIR}/${DISTNAME}/src + + Becomes: + + WRKSRC_SUBDIR= src + +20130606: AUTHOR: bapt@FreeBSD.org The OPTIONS macro is no longer recognized, please use the new options |