mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
textproc/opensearch: Fix package issue with PLUGINS=off
- Bump PORTREVISION PR: 278237 Reported by: Martin Waschbüsch <martin __at_ waschbuesch.de>
This commit is contained in:
parent
74b1f4ad1b
commit
5e57e1f8d6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= opensearch
|
||||
DISTVERSION?= 2.11.1
|
||||
DISTVERSIONSUFFIX= -linux-x64
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc java devel
|
||||
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
|
||||
|
||||
|
@ -129,16 +130,16 @@ post-install:
|
|||
${FIND} -s ${STAGEDIR}${PREFIX}/lib/opensearch -not -type d | ${SORT} | \
|
||||
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
|
||||
${ECHO} "@dir lib/opensearch/extensions" >> ${TMPPLIST}
|
||||
${ECHO} "@dir libexec/opensearch" >> ${TMPPLIST}
|
||||
.if ${PORT_OPTIONS:MPLUGINS}
|
||||
${ECHO} "@dir lib/opensearch/plugins" >> ${TMPPLIST}
|
||||
.endif
|
||||
${ECHO} "@dir libexec/opensearch" >> ${TMPPLIST}
|
||||
${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-notifications-core" >> ${TMPPLIST}
|
||||
${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-notifications" >> ${TMPPLIST}
|
||||
${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-observability" >> ${TMPPLIST}
|
||||
${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-performance-analyzer" >> ${TMPPLIST}
|
||||
${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-reports-scheduler" >> ${TMPPLIST}
|
||||
${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-security" >> ${TMPPLIST}
|
||||
.endif
|
||||
${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/" >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue