Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 17:53:04 +0000 (UTC)
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304042 - head/dns/unbound
Message-ID:  <201209101753.q8AHr4Qs092994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jaap at NLnetLabs.nl>

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_\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209101753.q8AHr4Qs092994>