aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch-plugin-head/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-01-10 22:34:50 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-01-10 22:34:50 +0000
commit43c73f6a4efab1a69f1835420d454c9462a6907d (patch)
tree72e0f910aad4880688bcb40ec4ac451fef2eb3c4 /textproc/elasticsearch-plugin-head/Makefile
parentf05f94553e5d1f90e639cdfcc3cd64075d832836 (diff)
downloadports-43c73f6a4efab1a69f1835420d454c9462a6907d.tar.gz
ports-43c73f6a4efab1a69f1835420d454c9462a6907d.zip
Notes
Diffstat (limited to 'textproc/elasticsearch-plugin-head/Makefile')
-rw-r--r--textproc/elasticsearch-plugin-head/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/elasticsearch-plugin-head/Makefile b/textproc/elasticsearch-plugin-head/Makefile
index f7bb237a474e..fd3946241ed8 100644
--- a/textproc/elasticsearch-plugin-head/Makefile
+++ b/textproc/elasticsearch-plugin-head/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= head
-PORTVERSION= 2015.03.17
+PORTVERSION= 2015.12.16
CATEGORIES= textproc
PKGNAMEPREFIX= elasticsearch-plugin-
@@ -10,17 +10,16 @@ COMMENT= ElasticSearch Head Plugin
LICENSE= APACHE20
-RUN_DEPENDS= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch
-
USE_GITHUB= yes
GH_ACCOUNT= mobz
GH_PROJECT= elasticsearch-head
-GH_TAGNAME= f3a85b2
+GH_TAGNAME= 8fe463f
NO_BUILD= yes
do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head/_site
- cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head/_site
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head
+ cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head
+ ${INSTALL_DATA} ${WRKSRC}/*.properties ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head
.include <bsd.port.mk>