aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-06-07 21:25:22 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-06-07 21:25:22 +0800
commit75b3d62c467745d9ce059dfd10e008cf464976b2 (patch)
tree075b2bf548b3873c405f3b47513c0f8d12b423c6 /CHANGES
parentfa9d9efb2d7ede4dc2ebb81bf785a597dad4fe3b (diff)
downloadfreebsd-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--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8e2705f3a129..182c4244a12c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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