svn commit: r317355 - head/devel/ncnf

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 21:27:36 UTC 2013


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
 


More information about the svn-ports-all mailing list