mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix a stage violation and shebangfix
This commit is contained in:
parent
5b9fd52779
commit
ac710b0a76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364512
@ -21,8 +21,9 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= check_*.pl
|
||||
|
||||
PLIST_FILES= libexec/nagios/check_berkeleydb_locks.pl \
|
||||
libexec/nagios/check_ldap_dn.pl \
|
||||
@ -44,7 +45,7 @@ post-patch:
|
||||
${WRKSRC}/*.pl
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/libexec/nagios
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
@(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/libexec/nagios/)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user