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.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/elasticsearch/files/elasticsearch.in') diff --git a/textproc/elasticsearch/files/elasticsearch.in b/textproc/elasticsearch/files/elasticsearch.in index 97a9a50e0c5f..c86df05081e9 100644 --- a/textproc/elasticsearch/files/elasticsearch.in +++ b/textproc/elasticsearch/files/elasticsearch.in @@ -45,7 +45,7 @@ required_files="${elasticsearch_config}" pidfile="/var/run/${name}.pid" 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_options=" -server \ -- cgit v1.2.3