aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-08-08 09:36:08 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-08-08 09:36:08 +0000
commit02f0fda27e732baf61d2e21db5ee5348e7a693b0 (patch)
tree7d534806dea36c1348a3faeee48177100dcdd372 /deskutils
parentf776489c1165c60c6a6a6a88b1d134cb25e72e03 (diff)
downloadports-02f0fda27e732baf61d2e21db5ee5348e7a693b0.tar.gz
ports-02f0fda27e732baf61d2e21db5ee5348e7a693b0.zip
Notes
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