svn commit: r563920 - head/net/mDNSResponder

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 3 19:47:24 UTC 2021


Author: sunpoet
Date: Wed Feb  3 19:47:21 2021
New Revision: 563920
URL: https://svnweb.freebsd.org/changeset/ports/563920

Log:
  Cosmetic change

Modified:
  head/net/mDNSResponder/Makefile

Modified: head/net/mDNSResponder/Makefile
==============================================================================
--- head/net/mDNSResponder/Makefile	Wed Feb  3 19:47:15 2021	(r563919)
+++ head/net/mDNSResponder/Makefile	Wed Feb  3 19:47:21 2021	(r563920)
@@ -12,11 +12,6 @@ COMMENT=	Bonjour (zero-configuration networking) by Ap
 LICENSE=	APACHE20 BSD3CLAUSE
 LICENSE_COMB=	dual
 
-# lib/libdns_sd.so.1 sbin/mdnsd
-CONFLICTS_INSTALL=	avahi-libdns openmdns
-
-OPTIONS_DEFINE=	IPV6
-
 USES=		compiler:c11 cpe gmake
 
 ALL_TARGET=	all dnsextd
@@ -34,6 +29,11 @@ EXTRA_BIN=	mDNSClientPosix mDNSNetMonitor mDNSProxyRes
 EXTRA_MAN1=	dns-sd.1
 EXTRA_MAN8=	dnsextd.8 mDNSResponderPosix.8
 EXTRA_SBIN=	dnsextd
+
+# lib/libdns_sd.so.1 sbin/mdnsd
+CONFLICTS_INSTALL=	avahi-libdns openmdns
+
+OPTIONS_DEFINE=	IPV6
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^CFLAGS_DEBUG/ s|-Os|${CFLAGS}|' ${WRKSRC}/mDNSPosix/Makefile


More information about the svn-ports-all mailing list