diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-14 03:26:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-14 03:26:23 +0800 |
commit | cb1469e5705560da21edc86831d28847c2c1ac1f (patch) | |
tree | a32be682d3445cd08bc664fb06e54f0cb9a7f140 /textproc | |
parent | 97909ce137526f193941b5f7b2a0dd9b96ef4d93 (diff) | |
download | freebsd-ports-gnome-cb1469e5705560da21edc86831d28847c2c1ac1f.tar.gz freebsd-ports-gnome-cb1469e5705560da21edc86831d28847c2c1ac1f.tar.zst freebsd-ports-gnome-cb1469e5705560da21edc86831d28847c2c1ac1f.zip |
- Add CPE information
- While I'm here, use USES=tar:tgz
PR: 199033
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Approved by: maintainer (timeout, 14 days)
Diffstat (limited to 'textproc')
-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} |