1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix inverted logic.

This commit is contained in:
Alex Dupre 2012-06-27 10:35:47 +00:00
parent cc2bfef2ca
commit 455f246588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300085

View File

@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include "Makefile.man"
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MDOCS}
.if empty(PORT_OPTIONS:MDOCS)
MAKE_ENV+= NOPORTDOCS=1
.endif