aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/saxon-he/Makefile
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2004-12-21 23:43:14 +0800
committerhq <hq@FreeBSD.org>2004-12-21 23:43:14 +0800
commitab90e41f5968569f32518fd6b36d73b616f38671 (patch)
treea7148d8f88907f854ae8cce80af7da4ae540a32a /textproc/saxon-he/Makefile
parent278115e2cb2ba5f3d9851542f8a7a8030a182e16 (diff)
downloadfreebsd-ports-graphics-ab90e41f5968569f32518fd6b36d73b616f38671.tar.gz
freebsd-ports-graphics-ab90e41f5968569f32518fd6b36d73b616f38671.tar.zst
freebsd-ports-graphics-ab90e41f5968569f32518fd6b36d73b616f38671.zip
- Update to version 8.2
- Use SUB_FILES/SUB_LIST for launcher shell script
Diffstat (limited to 'textproc/saxon-he/Makefile')
-rw-r--r--textproc/saxon-he/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile
index 6035ba94038..a15946d3c77 100644
--- a/textproc/saxon-he/Makefile
+++ b/textproc/saxon-he/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= saxon
-PORTVERSION= 8.1.1
+PORTVERSION= 8.2
CATEGORIES= textproc java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= saxon
@@ -29,13 +29,11 @@ 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
.endif
-do-configure:
- @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \
- s|%%SAXON_JARS%%|${JARFILES:S,^,${JAVAJARDIR}/,}|' \
- ${FILESDIR}/saxon.sh >${WRKSRC}/saxon
+SUB_FILES= saxon.sh
+SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,}"
do-install:
@${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}/..."
@@ -60,7 +58,7 @@ do-install:
@${ECHO_MSG} -n ">> Installing scripts in ${PREFIX}/bin..."
.for file in saxon saxon-xquery
@${ECHO_MSG} -n " ${file}"
- @${INSTALL_SCRIPT} ${WRKSRC}/saxon ${PREFIX}/bin/${file}
+ @${INSTALL_SCRIPT} ${WRKSRC}/saxon.sh ${PREFIX}/bin/${file}
.endfor
@${ECHO_MSG} " [ DONE ]"