svn commit: r436661 - head/dns/dnsmasq

Matthias Andree mandree at FreeBSD.org
Tue Mar 21 22:45:45 UTC 2017


Author: mandree
Date: Tue Mar 21 22:45:43 2017
New Revision: 436661
URL: https://svnweb.freebsd.org/changeset/ports/436661

Log:
  Correct placement of option helpers.
  
  Related to:
  PR: 217900

Modified:
  head/dns/dnsmasq/Makefile

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Tue Mar 21 22:43:56 2017	(r436660)
+++ head/dns/dnsmasq/Makefile	Tue Mar 21 22:45:43 2017	(r436661)
@@ -40,11 +40,11 @@ SHEBANG_FILES=	contrib/dynamic-dnsmasq/d
 		contrib/dnslist/dnslist.pl
 CPE_VENDOR=	thekelleys
 
-.include <bsd.port.options.mk>
-
 IPV6_CFLAGS_OFF=-DNO_IPV6
 IPSET_CFLAGS_OFF=-DNO_IPSET
 
+.include <bsd.port.options.mk>
+
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext gmake iconv pkgconfig
 LIB_DEPENDS+=	libidn.so:dns/libidn


More information about the svn-ports-all mailing list