summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-04-05 06:54:07 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-04-05 06:54:07 +0000
commiteee81f2de253a44567887c594293860c21bd16ec (patch)
treec1793743804e9cc109a7762d451f67f33c925e07 /textproc
parentPer distfile survey, remove mastersites that disappeared in the 2001-2002 (diff)
. Ask explicitly for an extract dependency on java using the newly
introduced JAVA_EXTRACT setting. Since that dependency has been explicitly asked for there is no need to explicitly ask not to have a run depends (explicit request(s) overrides implicit dependency setting). Problem reported by: kris
Diffstat (limited to 'textproc')
-rw-r--r--textproc/smartdoc-devel/Makefile2
-rw-r--r--textproc/smartdoc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/smartdoc-devel/Makefile b/textproc/smartdoc-devel/Makefile
index 44faf904bffd..4e06b020626e 100644
--- a/textproc/smartdoc-devel/Makefile
+++ b/textproc/smartdoc-devel/Makefile
@@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/sdoc
NO_BUILD= yes
USE_ZIP= yes
USE_JAVA= 1.3+
-NO_RUN_DEPENDS_JAVA= yes
+JAVA_EXTRACT= yes
EXTRACT_CMD= ${JAVA}
EXTRACT_BEFORE_ARGS= -jar ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \
-batch -bindir:${WRKSRC}/bin -installbasedir:${WRKSRC}
diff --git a/textproc/smartdoc/Makefile b/textproc/smartdoc/Makefile
index 72715e032138..babe5cbf03dc 100644
--- a/textproc/smartdoc/Makefile
+++ b/textproc/smartdoc/Makefile
@@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/sdoc
NO_BUILD= yes
USE_ZIP= yes
USE_JAVA= 1.2+
-NO_RUN_DEPENDS_JAVA= yes
+JAVA_EXTRACT= yes
EXTRACT_CMD= ${JAVA}
EXTRACT_BEFORE_ARGS= -jar ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \
-batch -bindir:${WRKSRC}/bin -installbasedir:${WRKSRC}