diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-09 19:05:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-09 19:05:44 +0800 |
commit | 5126af02aee52920cb038fa0bb46c06fd52e2c0c (patch) | |
tree | b91022ad04323d96cd2e8a6a2f0a80771e3cb173 | |
parent | 674640aa824f8d921514933f57df6166fe24f302 (diff) | |
download | freebsd-ports-gnome-5126af02aee52920cb038fa0bb46c06fd52e2c0c.tar.gz freebsd-ports-gnome-5126af02aee52920cb038fa0bb46c06fd52e2c0c.tar.zst freebsd-ports-gnome-5126af02aee52920cb038fa0bb46c06fd52e2c0c.zip |
Fix package installation
-rw-r--r-- | textproc/elasticsearch/Makefile | 2 | ||||
-rw-r--r-- | textproc/elasticsearch/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile index 6cd227873821..de328e148784 100644 --- a/textproc/elasticsearch/Makefile +++ b/textproc/elasticsearch/Makefile @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 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 a4918e388140..3607a16c2277 100644 --- a/textproc/elasticsearch/pkg-plist +++ b/textproc/elasticsearch/pkg-plist @@ -38,3 +38,4 @@ lib/elasticsearch/sigar/%%SIGAR_LIBNAME%% %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt %%PORTDOCS%%%%DOCSDIR%%/README.textile +@dir %%ETCDIR%% |