svn commit: r371360 - in head/dns: bind-tools bind910

Mathieu Arnold mat at FreeBSD.org
Wed Oct 22 15:08:59 UTC 2014


Author: mat
Date: Wed Oct 22 15:08:58 2014
New Revision: 371360
URL: https://svnweb.freebsd.org/changeset/ports/371360
QAT: https://qat.redports.org/buildarchive/r371360/

Log:
  Don't install named rc script with bind-tools.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind-tools/Makefile
  head/dns/bind910/Makefile

Modified: head/dns/bind-tools/Makefile
==============================================================================
--- head/dns/bind-tools/Makefile	Wed Oct 22 14:13:40 2014	(r371359)
+++ head/dns/bind-tools/Makefile	Wed Oct 22 15:08:58 2014	(r371360)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-tools
 
 COMMENT=	Command line tools from BIND: dig, host, and nslookup

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Wed Oct 22 14:13:40 2014	(r371359)
+++ head/dns/bind910/Makefile	Wed Oct 22 15:08:58 2014	(r371360)
@@ -169,8 +169,10 @@ CONFIGURE_ARGS+=	--disable-threads
 PKGINSTALL=	${NONEXISTENT}
 PLIST_SUB+=	NOBASE="" BASE="@comment "
 SUB_LIST+=	NOBASE="" BASE="@comment "
+.if !defined(BIND_TOOLS_SLAVE)
 USE_RC_SUBR+=	named
 SUB_FILES+=	named.conf
+.endif # !defined(BIND_TOOLS_SLAVE)
 .if ${PORT_OPTIONS:MGOST}
 WITH_OPENSSL_PORT=yes
 .endif


More information about the svn-ports-all mailing list