- Update to 1.1.11 [1]

- Install documentation and examples using ${INSTALL_DATA} rather than ${CP}

PR:		87065 [1]
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> [1]
This commit is contained in:
Herve Quiroz 2005-10-09 22:00:48 +00:00
parent 4455532d2d
commit 7cddb1a284
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144716
2 changed files with 10 additions and 7 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= jcifs
PORTVERSION= 1.1.9
PORTVERSION= 1.1.11
CATEGORIES= net java
MASTER_SITES= http://jcifs.samba.org/src/
EXTRACT_SUFX= .tgz
@ -26,14 +26,17 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
PORTDOCS= *
.endif
post-extract:
${RM} ${WRKSRC}/docs/.index.xml.swp
do-install:
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
cd ${WRKSRC}/docs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \;
cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \;
@${FIND} ${EXAMPLESDIR} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \

View file

@ -1,2 +1,2 @@
MD5 (jcifs-1.1.9.tgz) = 03635496161d2b151c7d573f0bd3a036
SIZE (jcifs-1.1.9.tgz) = 1310488
MD5 (jcifs-1.1.11.tgz) = 2d28241cd3b7d2f068fce16553e6ac79
SIZE (jcifs-1.1.11.tgz) = 623199