From bc80e31fbbdc37e6c3151cf7d3f91feaf6aad838 Mon Sep 17 00:00:00 2001 From: Tom Judge Date: Mon, 11 Mar 2013 14:14:30 +0000 Subject: Fix jar file name introduced in update. Submitted by: zi --- textproc/elasticsearch/files/elasticsearch-plugin.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/elasticsearch/files/elasticsearch-plugin.in') diff --git a/textproc/elasticsearch/files/elasticsearch-plugin.in b/textproc/elasticsearch/files/elasticsearch-plugin.in index 5f076c49f349..95873d95d2be 100644 --- a/textproc/elasticsearch/files/elasticsearch-plugin.in +++ b/textproc/elasticsearch/files/elasticsearch-plugin.in @@ -10,7 +10,7 @@ load_rc_config $name : ${elasticsearch_config:="%%PREFIX%%/etc/elasticsearch/elasticsearch.yml"} ES_LIB="%%PREFIX%%/lib/elasticsearch" -ES_CLASSPATH=$ES_LIB/elasticsearch-0.19.9.jar:$ES_LIB/*:$ES_LIB/sigar/* +ES_CLASSPATH=$ES_LIB/elasticsearch-%%PORTVERSION%%.jar:$ES_LIB/*:$ES_LIB/sigar/* JAVA=%%LOCALBASE%%/bin/java -- cgit v1.2.3