mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix pkg-plist.
Reported by: pointyhat via erwin Approved by: maintainer (implicit)
This commit is contained in:
parent
dd4cf61586
commit
3e10658da0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207545
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@ post-install:
|
|||
${INSTALL} ${WRKSRC}/bin/check_memcached ${LOCALBASE}/libexec/nagios/check_memcached
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ libexec/nagios/check_memcached
|
|||
@dirrmtry libexec/nagios
|
||||
@dirrmtry %%SITE_PERL%%/Nagios/Plugins
|
||||
@dirrmtry %%SITE_PERL%%/Nagios
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugins/Memcached
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugins
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
|
|
Loading…
Add table
Reference in a new issue