diff options
-rw-r--r-- | textproc/elasticsearch5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/elasticsearch5/Makefile b/textproc/elasticsearch5/Makefile index dcd4e5f1cc53..d75ccb9af58e 100644 --- a/textproc/elasticsearch5/Makefile +++ b/textproc/elasticsearch5/Makefile @@ -3,6 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 5.3.0 +PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -24,7 +25,7 @@ NO_BUILD= yes JAVA_VERSION= 1.8+ USE_RC_SUBR= ${PORTNAME} SHEBANG_FILES= bin/elasticsearch-plugin \ - bin/elasticsearch + bin/elasticsearch bin/elasticsearch.in.sh OPTIONS_DEFINE= DOCS |