svn commit: r305938 - head/net/ssvnc

Beat Gaetzi beat at FreeBSD.org
Mon Oct 15 21:09:26 UTC 2012


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
 


More information about the svn-ports-all mailing list