mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Apologies in advance, I know java drives its short bus very, very slowly through qat. Building these 3 ports will probably wedge it for weeks.
This commit is contained in:
parent
8726978026
commit
784be3fb78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361957
@ -31,6 +31,8 @@ MAKE_ARGS+= -Dcommons-collections.jar=${JAVALIBDIR}/commons-collections.jar \
|
||||
JARFILE= ${PORTNAME}.jar
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -15,7 +15,7 @@ USES= zip
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
OPTIONS_DEFINE= COMPILE
|
||||
OPTIONS_DEFINE= COMPILE DOCS
|
||||
OPTIONS_DEFAULT=COMPILE
|
||||
COMPILE_DESC= Build from source
|
||||
|
||||
|
@ -16,7 +16,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/jcommon.jar:${PORTSDIR}/java/jcommon
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
OPTIONS_DEFINE= COMPILE
|
||||
OPTIONS_DEFINE= COMPILE DOCS
|
||||
OPTIONS_DEFAULT=COMPILE
|
||||
COMPILE_DESC= Build from source
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user