aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-08-08 17:36:08 +0800
committerpgj <pgj@FreeBSD.org>2012-08-08 17:36:08 +0800
commit57f13151dc6d6b6713464ef15c10e0cb06cfa048 (patch)
tree7d534806dea36c1348a3faeee48177100dcdd372 /deskutils
parent15c54e934ebfd8c15035ecb1b0a6a9c329fc9008 (diff)
downloadfreebsd-ports-gnome-57f13151dc6d6b6713464ef15c10e0cb06cfa048.tar.gz
freebsd-ports-gnome-57f13151dc6d6b6713464ef15c10e0cb06cfa048.tar.zst
freebsd-ports-gnome-57f13151dc6d6b6713464ef15c10e0cb06cfa048.zip
- Fix handling of the DOCS options
Reported by: beatmail (via pointyhat) Obtained from: FreeBSD Haskell
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