diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-11-24 13:22:51 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-11-24 13:22:51 +0000 |
commit | 785d2c50ef825437a775b231c5b9d968a87850f3 (patch) | |
tree | 60321657adbd246c16b686dcdaa2bb043d99a287 /textproc/saxon-devel | |
parent | 8d4eafe01a6fd7484224fd108875207ccb0dcf00 (diff) | |
download | ports-785d2c50ef825437a775b231c5b9d968a87850f3.tar.gz ports-785d2c50ef825437a775b231c5b9d968a87850f3.zip |
Notes
Diffstat (limited to 'textproc/saxon-devel')
-rw-r--r-- | textproc/saxon-devel/Makefile | 8 | ||||
-rw-r--r-- | textproc/saxon-devel/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/saxon-devel/Makefile b/textproc/saxon-devel/Makefile index aac20e27d19b..c4b7b083765b 100644 --- a/textproc/saxon-devel/Makefile +++ b/textproc/saxon-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saxon -PORTVERSION= 8.5.1 +PORTVERSION= 8.6.1 PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -30,7 +30,7 @@ CONFLICTS= saxon-6.* JARFILES= saxon8-sql.jar saxon8.jar PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon bin/saxon-xquery .if !defined(NOPORTDOCS) -PORTDOCS= background documentation img index.html +PORTDOCS= * .endif SUB_FILES= saxon.sh @@ -52,8 +52,8 @@ do-install: @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}/..." @cd ${WRKSRC}/doc/ \ - && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ - && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; + && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ + && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; @${ECHO_MSG} " [ DONE ]" .endif @${ECHO_MSG} -n ">> Installing scripts in ${PREFIX}/bin..." diff --git a/textproc/saxon-devel/distinfo b/textproc/saxon-devel/distinfo index 7a98cffc52b4..e05b54f291c2 100644 --- a/textproc/saxon-devel/distinfo +++ b/textproc/saxon-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (saxonb8-5-1.zip) = d2a6ebbfd097e4cd158bb2e23b138fd7 -SIZE (saxonb8-5-1.zip) = 8003539 +MD5 (saxonb8-6-1.zip) = b2a739108e5925aeb8dcca290c436857 +SIZE (saxonb8-6-1.zip) = 8559099 |