diff options
author | hq <hq@FreeBSD.org> | 2005-02-12 00:52:35 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-02-12 00:52:35 +0800 |
commit | ed6bd6a3e9a8cad494bccb3e7ea68320641281e9 (patch) | |
tree | 9c27e15667968914b626af49f252818b793eb628 /textproc/saxon-he/Makefile | |
parent | a11c52f360a7ba5aaf68b24cbf00f746d36c3748 (diff) | |
download | freebsd-ports-graphics-ed6bd6a3e9a8cad494bccb3e7ea68320641281e9.tar.gz freebsd-ports-graphics-ed6bd6a3e9a8cad494bccb3e7ea68320641281e9.tar.zst freebsd-ports-graphics-ed6bd6a3e9a8cad494bccb3e7ea68320641281e9.zip |
Update to 8.3
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 4ba6e738ef0..f1b15df8067 100644 --- a/textproc/saxon-he/Makefile +++ b/textproc/saxon-he/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saxon -PORTVERSION= 8.1.1 +PORTVERSION= 8.3 PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -30,7 +30,7 @@ CONFLICTS= saxon-6.* JARFILES= saxon8-sql.jar saxon8-jdom.jar saxon8.jar PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon bin/saxon-xquery .if !defined(NOPORTDOCS) -PORTDOCS= background documentation img javadoc +PORTDOCS= background documentation img index.html .endif SUB_FILES= saxon.sh |