diff options
author | hq <hq@FreeBSD.org> | 2005-09-15 00:51:52 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-09-15 00:51:52 +0800 |
commit | 18c2e48f34a5995b1fb2c17dc8cb740a8f347b74 (patch) | |
tree | 53e5ec49bf37605f9beaab17181d1f79be5e0a52 | |
parent | 1f6d7795225bcc2852ea9910729fafbd2e37927e (diff) | |
download | freebsd-ports-gnome-18c2e48f34a5995b1fb2c17dc8cb740a8f347b74.tar.gz freebsd-ports-gnome-18c2e48f34a5995b1fb2c17dc8cb740a8f347b74.tar.zst freebsd-ports-gnome-18c2e48f34a5995b1fb2c17dc8cb740a8f347b74.zip |
- Update to 0.49 [1]
- Don't try to mkdir ${JAVAJARDIR} since it has been in mtree for more than 3
years now
Reminded by: znerd (author) [1]
-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 |