diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-05-04 16:31:05 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-05-04 16:31:05 +0000 |
commit | 118b30124d12e7d2e91d8ad9a5afade239b9009c (patch) | |
tree | 7dfa67957e7122ea29c23e1f444c2684461a086d /textproc/apache-solr/Makefile | |
parent | bdb35d5eba1b116b0c119312c6e2755b95c822a1 (diff) |
Notes
Diffstat (limited to 'textproc/apache-solr/Makefile')
-rw-r--r-- | textproc/apache-solr/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile index 75fbe62157f9..f005eb20a98b 100644 --- a/textproc/apache-solr/Makefile +++ b/textproc/apache-solr/Makefile @@ -6,26 +6,27 @@ # PORTNAME= apache-solr -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= textproc java -MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,lucene/solr/${PORTVERSION},} +MASTER_SITES= APACHE +MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION}/ EXTRACT_SUFX= .tgz -MAINTAINER= gslin@gslin.org +MAINTAINER= gaod@hychen.org COMMENT= High performance search server built using Lucene Java +LICENSE= AL2 JAVA_VERSION= 1.5+ NO_BUILD= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" USE_JAVA= yes - -.include <bsd.port.pre.mk> +PORTEXAMPLES= * do-install: - ${CP} -R ${WRKSRC}/dist/ ${JAVAJARDIR} + cd ${WRKSRC}/dist && ${COPYTREE_SHARE} \* ${JAVAJARDIR} .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR} + cd ${WRKSRC}/example && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |