diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2011-09-08 09:26:16 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2011-09-08 09:26:16 +0000 |
commit | ef621f67cf5b118db8251830a714a3983a33cfb2 (patch) | |
tree | dfa9299de12b1389b5ead5db20a16c578d87a2b6 /textproc/saxon-devel | |
parent | 626d660bc350beb66e683449983a63b64f39d53e (diff) |
Notes
Diffstat (limited to 'textproc/saxon-devel')
-rw-r--r-- | textproc/saxon-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/saxon-devel/Makefile b/textproc/saxon-devel/Makefile index c06853cfa7e5..fca48fd1bec2 100644 --- a/textproc/saxon-devel/Makefile +++ b/textproc/saxon-devel/Makefile @@ -56,7 +56,7 @@ RUN_DEPENDS+= ${JAVALIBDIR}/xom.jar:${PORTSDIR}/textproc/xom .endif SUB_FILES= saxon.sh -SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,}" +SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,}" JAVA_VERSION="${JAVA_VERSION}" do-install: @${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}/..." |