diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-06-07 21:25:22 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-06-07 21:25:22 +0800 |
commit | 75b3d62c467745d9ce059dfd10e008cf464976b2 (patch) | |
tree | 075b2bf548b3873c405f3b47513c0f8d12b423c6 /CHANGES | |
parent | fa9d9efb2d7ede4dc2ebb81bf785a597dad4fe3b (diff) | |
download | freebsd-ports-gnome-75b3d62c467745d9ce059dfd10e008cf464976b2.tar.gz freebsd-ports-gnome-75b3d62c467745d9ce059dfd10e008cf464976b2.tar.zst freebsd-ports-gnome-75b3d62c467745d9ce059dfd10e008cf464976b2.zip |
Add WRKSRC_SUBDIR to simplify overriding WRKSRC:
WRKSRC= ${WRKDIR}/${DISTNAME}/src
This becomes:
WRKSRC_SUBDIR= src
Reviewed by: bapt
With hat: portmgr
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 |