textproc/elasticsearch8: Remove unneeded directory

Remove jdk.app directory that contains Darwin-native JDK, that
is not needed here.
This commit is contained in:
Juraj Lutter 2022-12-13 23:13:41 +01:00
parent 477c4bae06
commit 8407a1296e

View file

@ -72,6 +72,9 @@ SUB_LIST= ETCDIR=${ETCDIR} \
JAVA_HOME=${JAVA_HOME} \ JAVA_HOME=${JAVA_HOME} \
BINDIR=${PREFIX}/bin BINDIR=${PREFIX}/bin
post-extract:
${RM} -rf ${WRKSRC}/jdk.app
post-patch: post-patch:
${RM} ${WRKSRC}/lib/jna-*.jar ${RM} ${WRKSRC}/lib/jna-*.jar
# ML plugin not supported on FreeBSD # ML plugin not supported on FreeBSD