diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-02-24 13:19:26 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-02-24 13:19:26 +0000 |
commit | bdbec6622a989ad8f30d3c31ae5e446e1160979b (patch) | |
tree | 6af43a3de29f143e7589f3fa16a9129e4460f1d0 /net/jcifs/Makefile | |
parent | 65a716961d4fdd6a4d3dfa1f8d0d853fcf352636 (diff) | |
download | ports-bdbec6622a989ad8f30d3c31ae5e446e1160979b.tar.gz ports-bdbec6622a989ad8f30d3c31ae5e446e1160979b.zip |
Notes
Diffstat (limited to 'net/jcifs/Makefile')
-rw-r--r-- | net/jcifs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/jcifs/Makefile b/net/jcifs/Makefile index 8d06928e1ff0..d7cb085ad1b4 100644 --- a/net/jcifs/Makefile +++ b/net/jcifs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jcifs -PORTVERSION= 1.3.12 +PORTVERSION= 1.3.14 PORTEPOCH= 1 CATEGORIES= net java MASTER_SITES= http://jcifs.samba.org/src/ @@ -22,9 +22,8 @@ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif +PORTEXAMPLES= * do-install: ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar @@ -32,6 +31,8 @@ do-install: 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}/ +.endif +.if !defined(NOPORTEXAMPLES) cd ${WRKSRC}/examples && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \; @${FIND} ${EXAMPLESDIR} ! -type d | \ |