diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-09-14 12:57:48 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-09-14 12:57:48 +0000 |
commit | db0b3aa9540227a463122bf7510f4439e2bfce75 (patch) | |
tree | 82f9747cb4221d17f66ac8abefc7b731d95e34a3 /textproc/saxon-he/Makefile | |
parent | f2cb4ba99911b2acde641123ae9663c487f2f9c4 (diff) |
Notes
Diffstat (limited to 'textproc/saxon-he/Makefile')
-rw-r--r-- | textproc/saxon-he/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile index 6d717926997e..aac20e27d19b 100644 --- a/textproc/saxon-he/Makefile +++ b/textproc/saxon-he/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saxon -PORTVERSION= 8.5 +PORTVERSION= 8.5.1 PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -27,7 +27,7 @@ NO_BUILD= yes CONFLICTS= saxon-6.* -JARFILES= saxon8-sql.jar saxon8-jdom.jar saxon8.jar +JARFILES= saxon8-sql.jar saxon8.jar PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon bin/saxon-xquery .if !defined(NOPORTDOCS) PORTDOCS= background documentation img index.html |