svn commit: r304042 - head/dns/unbound

Sergey Matveychuk sem at FreeBSD.org
Mon Sep 10 17:53:05 UTC 2012


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



More information about the svn-ports-all mailing list