aboutsummaryrefslogtreecommitdiff
path: root/textproc/saxon-he
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-07-17 08:19:44 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-07-17 08:19:44 +0000
commit1f8dcb3677d96af32cb27a09f41993a3a2c59879 (patch)
tree0c75f85e6620b46d20b2b5e3b69ef3d36548602d /textproc/saxon-he
parent70d6d8e41d928110e98a07a7293d990c797c28da (diff)
downloadports-1f8dcb3677d96af32cb27a09f41993a3a2c59879.tar.gz
ports-1f8dcb3677d96af32cb27a09f41993a3a2c59879.zip
Notes
Diffstat (limited to 'textproc/saxon-he')
-rw-r--r--textproc/saxon-he/Makefile5
-rw-r--r--textproc/saxon-he/files/saxon.sh4
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile
index b7778e06b5d2..ab827517425d 100644
--- a/textproc/saxon-he/Makefile
+++ b/textproc/saxon-he/Makefile
@@ -7,11 +7,12 @@
PORTNAME= saxon
PORTVERSION= 8.0
+PORTREVISION= 1
CATEGORIES= textproc java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= saxon
PKGNAMESUFFIX= -devel
-DISTNAME= ${PORTNAME}b${PORTVERSION:S/./-/g}
+DISTNAME= ${PORTNAME}b${PORTVERSION:S,.,-,g}
MAINTAINER= ports@FreeBSD.org
COMMENT= An XSLT 2.0 / XPath 2.0 / XQuery 1.0 processor for Java
@@ -33,7 +34,7 @@ PORTDOCS= background documentation img index.html javadoc saxon.css
.endif
do-configure:
- @${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%JAVAJARDIR%%|${JAVAJARDIR}|g' \
+ @${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; s|%%JAVAVM%%|${JAVA}|g' \
${FILESDIR}/saxon.sh >${WRKSRC}/saxon
do-install:
diff --git a/textproc/saxon-he/files/saxon.sh b/textproc/saxon-he/files/saxon.sh
index 63673bc9bdb3..b64232892479 100644
--- a/textproc/saxon-he/files/saxon.sh
+++ b/textproc/saxon-he/files/saxon.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/textproc/saxon-he/files/Attic/saxon.sh,v 1.1 2004-07-07 20:36:36 glewis Exp $
+# $FreeBSD: /tmp/pcvs/ports/textproc/saxon-he/files/Attic/saxon.sh,v 1.2 2004-07-17 08:19:44 glewis Exp $
export CLASSPATH=`%%PREFIX%%/bin/classpath`
-javavm -jar %%JAVAJARDIR%%/saxon8.jar $@
+JAVAVM=%%JAVAVM%% javavm -jar %%JAVAJARDIR%%/saxon8.jar $@