1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Update to 1.1b4

- Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3
  years now
- Use FIND | INSTALL_DATA to install documentation
This commit is contained in:
Herve Quiroz 2005-06-17 15:37:29 +00:00
parent 68f52696ed
commit f0c5487aa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137631
2 changed files with 5 additions and 7 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= trove4j
PORTVERSION= 1.1b3
PORTVERSION= 1.1b4
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= trove4j
@ -26,14 +26,12 @@ PLIST_FILES+= %%JAVAJARDIR%%/${JARFILE}
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
@${MKDIR} ${JAVAJARDIR}
@${INSTALL_DATA} ${WRKSRC}/lib/${JARFILE} ${JAVAJARDIR}/
@${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS)
@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${FIND} ${PORTDOCS} \
| ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1
@cd ${WRKSRC} && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
@cd ${WRKSRC} && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
@${ECHO_MSG} " [ DONE ]"
.endif

View File

@ -1,2 +1,2 @@
MD5 (trove-1.1b3.tar.gz) = 14358eb68de9c2dfc7a132b58d2b899c
SIZE (trove-1.1b3.tar.gz) = 805653
MD5 (trove-1.1b4.tar.gz) = ce76ccba4cf49178a327241d2dc4b267
SIZE (trove-1.1b4.tar.gz) = 1389282