diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-12-30 23:43:44 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-12-30 23:43:44 +0000 |
commit | 6ce928657eab6d20470b921c9853ee1e68d2cae1 (patch) | |
tree | 9ee147abb2946b46aa6ab11bf4ace250fc8ba46d /textproc/saxon-devel | |
parent | b6c464c7e72157c089e90499d7f56b37d0a4aacf (diff) | |
download | ports-6ce928657eab6d20470b921c9853ee1e68d2cae1.tar.gz ports-6ce928657eab6d20470b921c9853ee1e68d2cae1.zip |
Notes
Diffstat (limited to 'textproc/saxon-devel')
-rw-r--r-- | textproc/saxon-devel/Makefile | 11 | ||||
-rw-r--r-- | textproc/saxon-devel/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/saxon-devel/Makefile b/textproc/saxon-devel/Makefile index a15946d3c77b..4ba6e738ef0a 100644 --- a/textproc/saxon-devel/Makefile +++ b/textproc/saxon-devel/Makefile @@ -6,7 +6,8 @@ # PORTNAME= saxon -PORTVERSION= 8.2 +PORTVERSION= 8.1.1 +PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= saxon @@ -29,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 +PORTDOCS= background documentation img javadoc .endif SUB_FILES= saxon.sh @@ -56,9 +57,9 @@ do-install: @${ECHO_MSG} " [ DONE ]" .endif @${ECHO_MSG} -n ">> Installing scripts in ${PREFIX}/bin..." -.for file in saxon saxon-xquery - @${ECHO_MSG} -n " ${file}" - @${INSTALL_SCRIPT} ${WRKSRC}/saxon.sh ${PREFIX}/bin/${file} +.for scriptfile in saxon saxon-xquery + @${ECHO_MSG} -n " ${scriptfile}" + @${INSTALL_SCRIPT} ${WRKSRC}/saxon.sh ${PREFIX}/bin/${scriptfile} .endfor @${ECHO_MSG} " [ DONE ]" diff --git a/textproc/saxon-devel/distinfo b/textproc/saxon-devel/distinfo index 801acdfab0a0..68852ab74fb6 100644 --- a/textproc/saxon-devel/distinfo +++ b/textproc/saxon-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (saxonb8-2.zip) = 81e74679a641ecaa6523b15c20969a56 -SIZE (saxonb8-2.zip) = 6821610 +MD5 (saxonb8-1-1.zip) = c4463c7a437533188c06bb558aa4f1a5 +SIZE (saxonb8-1-1.zip) = 6155706 |