diff options
author | Tom Judge <tj@FreeBSD.org> | 2014-02-12 18:56:40 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2014-02-12 18:56:40 +0000 |
commit | ec5c358ee58c643ed56d53eb83f7377b4ad348ac (patch) | |
tree | 6923128cceb6e73ff7e84836f21d35b542543ec2 /textproc/elasticsearch | |
parent | 6483647eaf1e479dbad13204e5b66bf412105e79 (diff) |
Notes
Diffstat (limited to 'textproc/elasticsearch')
-rw-r--r-- | textproc/elasticsearch/Makefile | 1 | ||||
-rw-r--r-- | textproc/elasticsearch/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile index 5923854eecef..6d76277c254a 100644 --- a/textproc/elasticsearch/Makefile +++ b/textproc/elasticsearch/Makefile @@ -3,6 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 0.90.11 +PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ diff --git a/textproc/elasticsearch/pkg-plist b/textproc/elasticsearch/pkg-plist index c20358526b51..fb0a611a8e59 100644 --- a/textproc/elasticsearch/pkg-plist +++ b/textproc/elasticsearch/pkg-plist @@ -8,8 +8,8 @@ etc/elasticsearch/logging.yml.sample @exec if [ ! -f %D/etc/elasticsearch/logging.yml ] ; then cp -p %D/%F %B/logging.yml; fi @unexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi @unexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi -@owner -@group +@owner root +@group wheel bin/elasticsearch-plugin lib/elasticsearch/elasticsearch-%%PORTVERSION%%.jar lib/elasticsearch/jna-3.3.0.jar |