aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/checkrdf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/checkrdf/Makefile b/deskutils/checkrdf/Makefile
index 567aabd2f7ef..ad773d91183c 100644
--- a/deskutils/checkrdf/Makefile
+++ b/deskutils/checkrdf/Makefile
@@ -31,7 +31,7 @@ OPTIONS_DEFAULT= DOCS
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
+.if empty(PORT_OPTIONS:MDOCS)
INSTALL_TARGET=install-bin install-rc install-man
.endif