1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Do not activate DOCS by default if NOPORTDOCS is set

This commit is contained in:
Baptiste Daroussin 2012-05-29 14:46:38 +00:00
parent 29e0278749
commit 97bac7723f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297678

View File

@ -14,8 +14,10 @@ OPTIONSFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options
# NLS
# Set the default values for the global options, as defined by portmgr
PORT_OPTIONS+= NLS \
DOCS
.if !defined(NOPORTDOCS)
PORT_OPTIONS+= DOCS
.endif
PORT_OPTIONS+= NLS
# Append options set by the port Makefile
.for opt in ${OPTIONS_DEFINE}