1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix DOCS option logic

Reported by:	pointyhat
Feature safe:	yes
This commit is contained in:
Beat Gaetzi 2012-10-15 21:09:25 +00:00
parent f6c549370a
commit 52e9a748e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305938

View File

@ -37,7 +37,7 @@ PLIST_SUB+= ULTRAFTP=""
PLIST_SUB+= ULTRAFTP="@comment "
.endif
.if ${PORT_OPTIONS:MDOCS}
.if empty(PORT_OPTIONS:MDOCS)
MAKE_ARGS+= DOCS=""
.endif