From owner-svn-ports-all@FreeBSD.ORG Fri Jan 17 10:30:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A91AA29A; Fri, 17 Jan 2014 10:30:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 964E214C0; Fri, 17 Jan 2014 10:30:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0HAUGN4018303; Fri, 17 Jan 2014 10:30:16 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0HAUGtT018302; Fri, 17 Jan 2014 10:30:16 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201401171030.s0HAUGtT018302@svn.freebsd.org> From: Sergey Matveychuk Date: Fri, 17 Jan 2014 10:30:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340025 - head/dns/unbound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 10:30:16 -0000 Author: sem Date: Fri Jan 17 10:30:16 2014 New Revision: 340025 URL: http://svnweb.freebsd.org/changeset/ports/340025 QAT: https://qat.redports.org/buildarchive/r340025/ Log: - Remove chown ${ETCDIR} PR: ports/185472 Submitted by: Carlos Jacobo Puga Medina Modified: head/dns/unbound/Makefile Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Fri Jan 17 10:23:28 2014 (r340024) +++ head/dns/unbound/Makefile Fri Jan 17 10:30:16 2014 (r340025) @@ -118,7 +118,6 @@ post-patch: @${RM} ${WRKSRC}/util/configlexer.c post-install: - @${CHOWN} ${USERS} ${ETCDIR} .if ${PORT_OPTIONS:MMUNIN} @${MKDIR} ${PREFIX}/share/munin/plugins @${MKDIR} ${PREFIX}/etc/munin/plugins