Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 15:56:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317823 - head/devel/ncnf
Message-ID:  <201305101556.r4AFu9dU039945@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May 10 15:56:09 2013
New Revision: 317823
URL: http://svnweb.freebsd.org/changeset/ports/317823

Log:
  Fix reverted logic for DOCS handling
  
  Reported by:	pointyhat (miwi)

Modified:
  head/devel/ncnf/Makefile

Modified: head/devel/ncnf/Makefile
==============================================================================
--- head/devel/ncnf/Makefile	Fri May 10 15:54:48 2013	(r317822)
+++ head/devel/ncnf/Makefile	Fri May 10 15:56:09 2013	(r317823)
@@ -23,7 +23,7 @@ USE_GMAKE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
 .endif
 



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