mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Use shebangfix
This commit is contained in:
parent
29a341fe7b
commit
7603abd626
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348183
@ -12,14 +12,16 @@ DISTNAME= check_geom-${PORTVERSION}
|
||||
MAINTAINER= rea@FreeBSD.org
|
||||
COMMENT= Nagios plug-in to get geom(8) components status
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
PATCH_STRIP= -p1
|
||||
|
||||
NO_STAGE= yes
|
||||
SHEBANG_FILES= check_geom
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/libexec/nagios
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/check_geom ${PREFIX}/libexec/nagios
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/check_geom \
|
||||
${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user