diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2012-09-10 17:53:04 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2012-09-10 17:53:04 +0000 |
commit | 69e0a039a4bb901c2007b0e7a4e937a785c24308 (patch) | |
tree | f761d73cd31287bd3d40754d4da1d06b93e26bb1 /dns | |
parent | Update to 0.14. (diff) |
- Fix permissions on munin script
PR: ports/171526
Submitted by: Jaap Akkerhuis <jaap at NLnetLabs.nl>
Notes
Notes:
svn path=/head/; revision=304042
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 1f098bb51120..a90d72cfa5eb 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -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_\ |