diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-13 19:26:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-13 19:26:23 +0000 |
commit | 9112ab8bf6d4e43aa88fc744909b73336301e14f (patch) | |
tree | a32be682d3445cd08bc664fb06e54f0cb9a7f140 /textproc/apache-solr3/Makefile | |
parent | 17954a2e947dcc9dd196ab83e504c4419c2ac8cb (diff) |
Notes
Diffstat (limited to 'textproc/apache-solr3/Makefile')
-rw-r--r-- | textproc/apache-solr3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/apache-solr3/Makefile b/textproc/apache-solr3/Makefile index e268df463ff5..e4e1d08c4638 100644 --- a/textproc/apache-solr3/Makefile +++ b/textproc/apache-solr3/Makefile @@ -7,7 +7,6 @@ CATEGORIES= textproc java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION}/ PKGNAMESUFFIX= 3 -EXTRACT_SUFX= .tgz MAINTAINER= gaod@hychen.org COMMENT= High performance search server built using Lucene Java @@ -21,6 +20,9 @@ NO_BUILD= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" USE_JAVA= yes PORTEXAMPLES= * +USES= cpe tar:tgz +CPE_PRODUCT= solr +CPE_VENDOR= apache do-install: cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVAJARDIR} |