svn commit: r303007 - head/dns/nsd

Tom Judge tj at FreeBSD.org
Thu Aug 23 12:27:29 UTC 2012


Author: tj
Date: Thu Aug 23 12:27:28 2012
New Revision: 303007
URL: http://svn.freebsd.org/changeset/ports/303007

Log:
  Fix typo in options handling.
  
  PR:		ports/170794
  Submitted by:	Artis Caune <Artis.Caune at gmail.com>
  Approved by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
  Approved by:	eadler (mentor)

Modified:
  head/dns/nsd/Makefile

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Thu Aug 23 12:17:19 2012	(r303006)
+++ head/dns/nsd/Makefile	Thu Aug 23 12:27:28 2012	(r303007)
@@ -109,7 +109,7 @@ CONFIGURE_ARGS+=	--disable-full-prehash
 CONFIGURE_ARGS+=	--enable-mmap
 .endif
 
-.if ${PORT_OPTIONS:MMAXIPS)
+.if ${PORT_OPTIONS:MMAXIPS}
 CONFIGURE_ARGS+=	--with-max-ips=${NSDMAX_IPS}
 .endif
 



More information about the svn-ports-head mailing list