mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use shebangfix on munin-node, and fix shebang on the right files for fsbackup
This commit is contained in:
parent
9371d4590e
commit
6785305acd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317610
@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
|
||||
|
||||
USES= shebangfix
|
||||
USE_PERL5= yes
|
||||
SHEBANG_FILES= node/sbin/munin-node
|
||||
SHEBANG_FILES= contrib/*.pl \
|
||||
*.pl
|
||||
|
||||
MAN1= fsbackup.1
|
||||
MANCOMPRESSED= no
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= munin
|
||||
PORTVERSION= ${MUNIN_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MUNIN_SITES}
|
||||
PKGNAMESUFFIX= -node
|
||||
@ -25,10 +26,12 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
|
||||
|
||||
DISTINFO_FILE= ${MUNIN_DISTINFO}
|
||||
EXTRA_PATCHES+= ${MUNIN_PATCHES}
|
||||
USES= shebangfix
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
REINPLACE_ARGS= -i ""
|
||||
SHEBANG_FILES= node/sbin/munin-node
|
||||
|
||||
.include "${.CURDIR}/../munin-common/munin.mk"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user