diff options
author | krion <krion@FreeBSD.org> | 2004-03-17 16:22:46 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-17 16:22:46 +0000 |
commit | 458a61457468e65e3533d117a6ee903cbf4a6d39 (patch) | |
tree | 199ef42077fa0e133456b3f1bf8db98654688100 /textproc/smartdoc-devel | |
parent | 3d744c026a5205481b35af4f51da1122a97449e1 (diff) | |
download | FreeBSD-ports-458a61457468e65e3533d117a6ee903cbf4a6d39.zip FreeBSD-ports-458a61457468e65e3533d117a6ee903cbf4a6d39.tar.gz |
- Utilize NO_LATEST_LINK
PR: ports/64376
Submitted by: maintainer
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 933638d..44faf90 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 |