diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-09-14 16:51:52 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-09-14 16:51:52 +0000 |
commit | 2bcef95ae8329e7fb7a8fa356e81881010aa3943 (patch) | |
tree | 4f84f7e22c6246dfd24478d29d46c056a835c7b3 /textproc | |
parent | 1a717e00ad1909de1af21d2151a00ec13c531b75 (diff) | |
download | ports-2bcef95ae8329e7fb7a8fa356e81881010aa3943.tar.gz ports-2bcef95ae8329e7fb7a8fa356e81881010aa3943.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlenc/Makefile | 3 | ||||
-rw-r--r-- | textproc/xmlenc/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/xmlenc/Makefile b/textproc/xmlenc/Makefile index e664a9e8b024..b817f1175b74 100644 --- a/textproc/xmlenc/Makefile +++ b/textproc/xmlenc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmlenc -PORTVERSION= 0.47 +PORTVERSION= 0.49 CATEGORIES= textproc java MASTER_SITES= http://${PORTNAME}.sourceforge.net/ @@ -38,7 +38,6 @@ do-configure: do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..." - @${MKDIR} ${JAVAJARDIR} @${INSTALL_DATA} ${WRKSRC}/build/${JARFILE} ${JAVAJARDIR}/ @${ECHO_MSG} " [ DONE ]" diff --git a/textproc/xmlenc/distinfo b/textproc/xmlenc/distinfo index e6ff91079f86..fce26fcd7c67 100644 --- a/textproc/xmlenc/distinfo +++ b/textproc/xmlenc/distinfo @@ -1,2 +1,2 @@ -MD5 (xmlenc-0.47.tar.gz) = 054d3aa911ec738b36289aa6a2714b7a -SIZE (xmlenc-0.47.tar.gz) = 92810 +MD5 (xmlenc-0.49.tar.gz) = 90978222a9bc297c56462691a4612e61 +SIZE (xmlenc-0.49.tar.gz) = 97042 |