diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-17 16:22:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-17 16:22:46 +0000 |
commit | 1779aa5b30a074eb5870aec215bc3126362b2c4d (patch) | |
tree | 7deb8131252a4ea1e32a4f9be09b1749a39e2113 /textproc/smartdoc-devel | |
parent | 3724c7572e24aa44490f9659902a3c23ea716301 (diff) | |
download | ports-1779aa5b30a074eb5870aec215bc3126362b2c4d.tar.gz ports-1779aa5b30a074eb5870aec215bc3126362b2c4d.zip |
Notes
Diffstat (limited to 'textproc/smartdoc-devel')
-rw-r--r-- | textproc/smartdoc-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/smartdoc-devel/Makefile b/textproc/smartdoc-devel/Makefile index 933638d2e3d5..44faf904bffd 100644 --- a/textproc/smartdoc-devel/Makefile +++ b/textproc/smartdoc-devel/Makefile @@ -29,6 +29,7 @@ EXTRACT_CMD= ${JAVA} EXTRACT_BEFORE_ARGS= -jar ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \ -batch -bindir:${WRKSRC}/bin -installbasedir:${WRKSRC} EXTRACT_AFTER_ARGS= # +NO_LATEST_LINK= yes JAVALIBDIR= ${PREFIX}/share/java XMLDIR= ${PREFIX}/share/xml |