From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 17:53:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E741A106566C; Mon, 10 Sep 2012 17:53:04 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D2F4C8FC0A; Mon, 10 Sep 2012 17:53:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AHr4OE092996; Mon, 10 Sep 2012 17:53:04 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AHr4Qs092994; Mon, 10 Sep 2012 17:53:04 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201209101753.q8AHr4Qs092994@svn.freebsd.org> From: Sergey Matveychuk Date: Mon, 10 Sep 2012 17:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304042 - head/dns/unbound X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 10 Sep 2012 17:53:05 -0000 Author: sem Date: Mon Sep 10 17:53:04 2012 New Revision: 304042 URL: http://svn.freebsd.org/changeset/ports/304042 Log: - Fix permissions on munin script PR: ports/171526 Submitted by: Jaap Akkerhuis Modified: head/dns/unbound/Makefile Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Mon Sep 10 17:21:55 2012 (r304041) +++ head/dns/unbound/Makefile Mon Sep 10 17:53:04 2012 (r304042) @@ -7,7 +7,7 @@ PORTNAME= unbound PORTVERSION= 1.4.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -102,7 +102,7 @@ post-install: .if ${PORT_OPTIONS:MMUNIN} @${MKDIR} ${PREFIX}/share/munin/plugins @${MKDIR} ${PREFIX}/etc/munin/plugins - @${INSTALL_DATA} ${WRKDIR}/unbound-${PORTVERSION}/contrib/unbound_munin_\ + @${INSTALL_SCRIPT} ${WRKDIR}/unbound-${PORTVERSION}/contrib/unbound_munin_\ ${PREFIX}/share/munin/plugins/ @for i in ${MUNIN_ALL}; do\ ${LN} -fs ${PREFIX}/share/munin/plugins/unbound_munin_\