diff options
author | feld <feld@FreeBSD.org> | 2017-10-12 01:08:37 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-10-12 01:08:37 +0800 |
commit | f705243708d7bad8ecf872f77420c0baf0be221d (patch) | |
tree | 0d771b71cee095ed325d5f88304d94d59b18a2e1 /textproc | |
parent | fb54050aff2a856466360307df5fb693085adc81 (diff) | |
download | freebsd-ports-gnome-f705243708d7bad8ecf872f77420c0baf0be221d.tar.gz freebsd-ports-gnome-f705243708d7bad8ecf872f77420c0baf0be221d.tar.zst freebsd-ports-gnome-f705243708d7bad8ecf872f77420c0baf0be221d.zip |
textproc/elasticsearch5: Add new SHEBANG_FILES entry to pass testport
Approved by: portmgr (with hat)
MFH: 2017Q4
Diffstat (limited to 'textproc')
-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 |