Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2012 12:27:28 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303007 - head/dns/nsd
Message-ID:  <201208231227.q7NCRSMq023602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>
  Approved by:	Jaap Akkerhuis <jaap@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208231227.q7NCRSMq023602>