Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:27:35 +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: r317355 - head/devel/ncnf
Message-ID:  <201305042127.r44LRZx5052684@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 21:27:35 2013
New Revision: 317355
URL: http://svnweb.freebsd.org/changeset/ports/317355

Log:
  Fix build with bmake

Modified:
  head/devel/ncnf/Makefile

Modified: head/devel/ncnf/Makefile
==============================================================================
--- head/devel/ncnf/Makefile	Sat May  4 21:24:23 2013	(r317354)
+++ head/devel/ncnf/Makefile	Sat May  4 21:27:35 2013	(r317355)
@@ -16,8 +16,14 @@ USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	YES
 GNU_CONFIGURE=	yes
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
+.include <bsd.port.options.mk>
+
 post-patch:
-.ifdef NOPORTDOCS
+.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?201305042127.r44LRZx5052684>