svn commit: r322737 - head/net/irrd

Jason Helfman jgh at FreeBSD.org
Wed Jul 10 23:59:47 UTC 2013


Author: jgh
Date: Wed Jul 10 23:59:46 2013
New Revision: 322737
URL: http://svnweb.freebsd.org/changeset/ports/322737

Log:
  - fix from conversion in r322709
  
  Approved by:	maintainer (implicit)

Modified:
  head/net/irrd/Makefile

Modified: head/net/irrd/Makefile
==============================================================================
--- head/net/irrd/Makefile	Wed Jul 10 22:28:30 2013	(r322736)
+++ head/net/irrd/Makefile	Wed Jul 10 23:59:46 2013	(r322737)
@@ -23,7 +23,7 @@ IRRD_CONFDIR=	${PREFIX}/etc
 USE_RC_SUBR=	irrd
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	YACC="${YACC}"
-MAKe_JOBS_UNSAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 #CONFIGURE_ARGS+=	--disable-thread
 
 .if defined(WITHOUT_IPV6)


More information about the svn-ports-all mailing list