aboutsummaryrefslogtreecommitdiff
path: root/misc/freebsd-doc-en
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-24 10:18:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-24 10:18:50 +0000
commitc6f651390a46bb0abf23eb12f6bf435fd142af23 (patch)
tree24b07d918a45d04da3d1e5d65d5a5802bc0952ff /misc/freebsd-doc-en
parente3a96b61ab5deb3fc51d74519cf765af03a96d67 (diff)
downloadports-c6f651390a46bb0abf23eb12f6bf435fd142af23.tar.gz
ports-c6f651390a46bb0abf23eb12f6bf435fd142af23.zip
OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=424560
Diffstat (limited to 'misc/freebsd-doc-en')
-rw-r--r--misc/freebsd-doc-en/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile
index e4d41180032a..8d42e00e6189 100644
--- a/misc/freebsd-doc-en/Makefile
+++ b/misc/freebsd-doc-en/Makefile
@@ -49,7 +49,7 @@ TXT_DESC= Plain text
# if PACKAGE_BUILDING=yes, enable all of $AVAILABLEFORMATS.
.if defined(PACKAGE_BUILDING)
-OPTIONS_SET+= ${AVAILABLEFORMATS}
+OPTIONS_DEFAULT+= ${AVAILABLEFORMATS}
.endif
.include <bsd.port.options.mk>