- 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]
This commit is contained in:
parent
1a717e00ad
commit
2bcef95ae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142725
2 changed files with 3 additions and 4 deletions
|
@ -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 ]"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue