svn commit: r317823 - head/devel/ncnf

Baptiste Daroussin bapt at FreeBSD.org
Fri May 10 15:56:09 UTC 2013


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
 


More information about the svn-ports-all mailing list