aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
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}