diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-05 06:54:07 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-05 06:54:07 +0000 |
commit | eee81f2de253a44567887c594293860c21bd16ec (patch) | |
tree | c1793743804e9cc109a7762d451f67f33c925e07 /textproc/smartdoc | |
parent | 5f1ad8443af80237eb8873cd51141fa04e4fb1fd (diff) | |
download | ports-eee81f2de253a44567887c594293860c21bd16ec.tar.gz ports-eee81f2de253a44567887c594293860c21bd16ec.zip |
Notes
Diffstat (limited to 'textproc/smartdoc')
-rw-r--r-- | textproc/smartdoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |