Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2012 21:09:25 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305938 - head/net/ssvnc
Message-ID:  <201210152109.q9FL9P00073546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Oct 15 21:09:25 2012
New Revision: 305938
URL: http://svn.freebsd.org/changeset/ports/305938

Log:
  - Fix DOCS option logic
  
  Reported by:	pointyhat
  Feature safe:	yes

Modified:
  head/net/ssvnc/Makefile

Modified: head/net/ssvnc/Makefile
==============================================================================
--- head/net/ssvnc/Makefile	Mon Oct 15 20:48:37 2012	(r305937)
+++ head/net/ssvnc/Makefile	Mon Oct 15 21:09:25 2012	(r305938)
@@ -37,7 +37,7 @@ PLIST_SUB+=	ULTRAFTP=""
 PLIST_SUB+=	ULTRAFTP="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MDOCS}
+.if empty(PORT_OPTIONS:MDOCS)
 MAKE_ARGS+=	DOCS=""
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210152109.q9FL9P00073546>