Skip to content

Commit

Permalink
textproc/lucene: Openoffice requires CONTRIB
Browse files Browse the repository at this point in the history
Note that editors/openoffice-* requires the CONTRIB option,
which is enabled by default.

Pet portlint.

PR:		270158
Reported by:	Ken Gunderson <kgunders@teamcool.net>
  • Loading branch information
DonLewisFreeBSD committed Mar 14, 2023
1 parent e0a892c commit 1cd93b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions textproc/lucene/Makefile
Expand Up @@ -11,22 +11,22 @@ WWW= https://lucene.apache.org/core/

LICENSE= APACHE20

CONFLICTS= lucene4-[0-9].*

PORTSCOUT= limit:^3\.

USES= cpe tar:tgz
USE_JAVA= yes
NO_BUILD= yes
NO_ARCH= yes

CONFLICTS= lucene4-[0-9].*

PORTSCOUT= limit:^3\.

CPE_VENDOR= apache

OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES
CONTRIB_DESC= Install contributed jars
CONTRIB_DESC= Install contributed jars (required by openoffice)
OPTIONS_DEFAULT= CONTRIB

PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}-core-${PORTVERSION}.jar

CONTRIBS= benchmark \
demo \
Expand Down Expand Up @@ -54,7 +54,7 @@ EXTRA_CONTRIBS_DIRS= kuromoji \
stempel

.for f in ${EXTRA_CONTRIBS_BASE} ${CONTRIBS} ${EXTRA_CONTRIBS_DIRS}
CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar
CONTRIB_PLIST_FILES+= ${JAVAJARDIR}/${PORTNAME}-${f}-${PORTVERSION}.jar
.endfor

PORTDOCS= *
Expand Down

0 comments on commit 1cd93b0

Please sign in to comment.