mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix permissions on munin script
PR: ports/171526 Submitted by: Jaap Akkerhuis <jaap at NLnetLabs.nl>
This commit is contained in:
parent
5edb885f84
commit
69e0a039a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304042
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= unbound
|
PORTNAME= unbound
|
||||||
PORTVERSION= 1.4.18
|
PORTVERSION= 1.4.18
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= http://unbound.net/downloads/
|
MASTER_SITES= http://unbound.net/downloads/
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ post-install:
|
|||||||
.if ${PORT_OPTIONS:MMUNIN}
|
.if ${PORT_OPTIONS:MMUNIN}
|
||||||
@${MKDIR} ${PREFIX}/share/munin/plugins
|
@${MKDIR} ${PREFIX}/share/munin/plugins
|
||||||
@${MKDIR} ${PREFIX}/etc/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/
|
${PREFIX}/share/munin/plugins/
|
||||||
@for i in ${MUNIN_ALL}; do\
|
@for i in ${MUNIN_ALL}; do\
|
||||||
${LN} -fs ${PREFIX}/share/munin/plugins/unbound_munin_\
|
${LN} -fs ${PREFIX}/share/munin/plugins/unbound_munin_\
|
||||||
|
Loading…
Reference in New Issue
Block a user