svn commit: r317272 - head/irc/ii

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 21:54:48 UTC 2013


Author: bapt
Date: Fri May  3 21:54:48 2013
New Revision: 317272
URL: http://svnweb.freebsd.org/changeset/ports/317272

Log:
  Fix build with bmake

Modified:
  head/irc/ii/Makefile

Modified: head/irc/ii/Makefile
==============================================================================
--- head/irc/ii/Makefile	Fri May  3 21:53:53 2013	(r317271)
+++ head/irc/ii/Makefile	Fri May  3 21:54:48 2013	(r317272)
@@ -16,7 +16,9 @@ MAN1=		${PORTNAME}.1
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	CHANGES FAQ README
 PORTEXAMPLES=	query.sh
+.if !defined(.PARSEDIR)
 MAKE_ARGS=	-E CC
+.endif
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list