Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
This commit is contained in:
Mathieu Arnold
2018-09-10 13:14:50 +00:00
parent f57bc4af66
commit e1bfdfbe56
995 changed files with 1897 additions and 179 deletions
+2
View File
@@ -28,6 +28,8 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-anttasks.jar \
PORTDOCS= *.html *.txt *.css *.dtd *.xsd *.pdf \
ora-mar-2k images rss
OPTIONS_DEFINE= DOCS
do-install:
.for f in ${PLIST_FILES:T:R}
${INSTALL_DATA} \
+2
View File
@@ -21,6 +21,8 @@ PLIST_FILES+= ${JARFILES:S,^lib/,,:S,^,%%JAVAJARDIR%%/,}
DOCS= default.css download.html faq.html index.html javadoc status.html style
PORTDOCS= LICENSE ${DOCS}
OPTIONS_DEFINE= DOCS
do-install:
@${ECHO_MSG} -n ">> Installing JAR files in ${JAVAJARDIR}..."
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
+2
View File
@@ -23,6 +23,8 @@ NO_BUILD= yes
NO_ARCH= yes
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+2
View File
@@ -23,6 +23,8 @@ NO_BUILD= yes
USES= zip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})