1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Install sample configs in EXAMPLESDIR;

Minor tweaks.
This commit is contained in:
Dmitry Sivachenko 2014-07-29 12:13:59 +00:00
parent 77ae1bd03b
commit bd7f40e53f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363309
4 changed files with 19 additions and 10 deletions

View File

@ -36,7 +36,7 @@ HBASE_GROUP= hbase
USERS= ${HBASE_USER}
GROUPS= ${HBASE_GROUP}
SUB_FILES= hbase-env-dist.sh
SUB_FILES= hbase-env-dist.sh pkg-message
USE_RC_SUBR= hbase_master hbase_regionserver
SUB_LIST= HBASE_USER="${HBASE_USER}" \
JAVA_HOME="${JAVA_HOME}" \
@ -63,8 +63,8 @@ post-build:
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/hbase/bin
cd ${HBASE_DIST}/bin && ${INSTALL_SCRIPT} *.sh hbase ${STAGEDIR}${PREFIX}/hbase/bin/
${MKDIR} ${STAGEDIR}${ETCDIR}
cd ${HBASE_DIST} && ${COPYTREE_SHARE} conf ${STAGEDIR}${PREFIX}/hbase/
${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${HBASE_DIST} && ${COPYTREE_SHARE} conf ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKDIR}/hbase-env-dist.sh ${STAGEDIR}${ETCDIR}/
cd ${HBASE_DIST}/docs && ${COPYTREE_SHARE} "*" ${STAGEDIR}${DOCSDIR}/
cd ${HBASE_DIST} && ${COPYTREE_SHARE} hbase-webapps ${STAGEDIR}${PREFIX}/hbase/

View File

@ -1,3 +1,7 @@
# This file contains FreeBSD-specific configuration parameters.
# It is not supposed to be edited. It will be overwritten during upgrades.
# Edit hbase-env.sh instead.
export JAVA_HOME=%%JAVA_HOME%%
export HBASE_LOG_DIR=%%HBASE_LOG_DIR%%
export HBASE_PID_DIR=%%HBASE_PID_DIR%%

View File

@ -0,0 +1,4 @@
********************************************************************************
* HBase binaries are installed in %%PREFIX%%/hbase/bin/ *
* Consider adding this directory to your $PATH. *
********************************************************************************

View File

@ -14,12 +14,12 @@ hbase/bin/rolling-restart.sh
hbase/bin/start-hbase.sh
hbase/bin/stop-hbase.sh
hbase/bin/zookeepers.sh
hbase/conf/hadoop-metrics2-hbase.properties
hbase/conf/hbase-env.sh
hbase/conf/hbase-policy.xml
hbase/conf/hbase-site.xml
hbase/conf/log4j.properties
hbase/conf/regionservers
%%EXAMPLESDIR%%/conf/hadoop-metrics2-hbase.properties
%%EXAMPLESDIR%%/conf/hbase-env.sh
%%EXAMPLESDIR%%/conf/hbase-policy.xml
%%EXAMPLESDIR%%/conf/hbase-site.xml
%%EXAMPLESDIR%%/conf/log4j.properties
%%EXAMPLESDIR%%/conf/regionservers
hbase/hbase-webapps/master/WEB-INF/web.xml
hbase/hbase-webapps/master/index.html
hbase/hbase-webapps/regionserver/WEB-INF/web.xml
@ -9947,7 +9947,6 @@ hbase/lib/zookeeper-3.4.6.jar
%%PORTDOCS%%%%DOCSDIR%%/zookeeper/zk.sasl.auth.html
%%PORTDOCS%%%%DOCSDIR%%/zookeeper/zookeeper.html
@dirrm hbase/bin
@dirrm hbase/conf
@dirrm hbase/hbase-webapps/master/WEB-INF
@dirrm hbase/hbase-webapps/master
@dirrm hbase/hbase-webapps/regionserver/WEB-INF
@ -10464,6 +10463,8 @@ hbase/lib/zookeeper-3.4.6.jar
%%PORTDOCS%%@dirrm %%DOCSDIR%%/xref-test
%%PORTDOCS%%@dirrm %%DOCSDIR%%/zookeeper
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%EXAMPLESDIR%%/conf
@dirrm %%EXAMPLESDIR%%
@dirrmtry %%ETCDIR%%
@cwd /
@owner %%HBASE_USER%%