From 57f13151dc6d6b6713464ef15c10e0cb06cfa048 Mon Sep 17 00:00:00 2001 From: pgj Date: Wed, 8 Aug 2012 09:36:08 +0000 Subject: - Fix handling of the DOCS options Reported by: beatmail (via pointyhat) Obtained from: FreeBSD Haskell --- deskutils/checkrdf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deskutils') 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 -.if ${PORT_OPTIONS:MDOCS} +.if empty(PORT_OPTIONS:MDOCS) INSTALL_TARGET=install-bin install-rc install-man .endif -- cgit