pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mackerel-agent-plugins: install to libexec



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Tue Feb 6 18:39:22 2018 +0900
Changeset:	3b0a0dfe210f91e884300fe7b555e4d01523751a

Modified Files:
	mackerel-agent-plugins/Makefile
	mackerel-agent-plugins/PLIST

Log Message:
mackerel-agent-plugins: install to libexec

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b0a0dfe210f91e884300fe7b555e4d01523751a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mackerel-agent-plugins/Makefile |   4 +-
 mackerel-agent-plugins/PLIST    | 134 ++++++++++++++++++++--------------------
 2 files changed, 70 insertions(+), 68 deletions(-)

diffs:
diff --git a/mackerel-agent-plugins/Makefile b/mackerel-agent-plugins/Makefile
index 4ebca1deb3..91d3be5184 100755
--- a/mackerel-agent-plugins/Makefile
+++ b/mackerel-agent-plugins/Makefile
@@ -15,11 +15,13 @@ GO_SRCPATH=	github.com/mackerelio/${DISTNAME}
 GOPATH=		${WRKDIR}
 USE_TOOLS+=	gmake perl
 
+INSTALLATION_DIRS+=	libexec/mackerel-agent-plugins
+
 do-build:
 	cd ${WRKSRC} && GOPATH=${GOPATH} PATH=${PATH}:${GOPATH}/bin ${MAKE_PROGRAM} build
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/build/${LOWER_OPSYS}/${GOARCH}/* ${DESTDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/build/${LOWER_OPSYS}/${GOARCH}/* ${DESTDIR}${PREFIX}/libexec/mackerel-agent-plugins
 
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/mackerel-agent-plugins/PLIST b/mackerel-agent-plugins/PLIST
old mode 100644
new mode 100755
index 6fef13d852..297e383d83
--- a/mackerel-agent-plugins/PLIST
+++ b/mackerel-agent-plugins/PLIST
@@ -1,68 +1,68 @@
 @comment $NetBSD$
-bin/mackerel-plugin-accesslog
-bin/mackerel-plugin-apache2
-bin/mackerel-plugin-aws-cloudfront
-bin/mackerel-plugin-aws-dynamodb
-bin/mackerel-plugin-aws-ec2
-bin/mackerel-plugin-aws-ec2-cpucredit
-bin/mackerel-plugin-aws-ec2-ebs
-bin/mackerel-plugin-aws-elasticache
-bin/mackerel-plugin-aws-elasticsearch
-bin/mackerel-plugin-aws-elb
-bin/mackerel-plugin-aws-kinesis-firehose
-bin/mackerel-plugin-aws-kinesis-streams
-bin/mackerel-plugin-aws-lambda
-bin/mackerel-plugin-aws-rds
-bin/mackerel-plugin-aws-rekognition
-bin/mackerel-plugin-aws-ses
-bin/mackerel-plugin-aws-waf
-bin/mackerel-plugin-conntrack
-bin/mackerel-plugin-elasticsearch
-bin/mackerel-plugin-fluentd
-bin/mackerel-plugin-flume
-bin/mackerel-plugin-gcp-compute-engine
-bin/mackerel-plugin-gearmand
-bin/mackerel-plugin-gostats
-bin/mackerel-plugin-graphite
-bin/mackerel-plugin-h2o
-bin/mackerel-plugin-haproxy
-bin/mackerel-plugin-inode
-bin/mackerel-plugin-jmx-jolokia
-bin/mackerel-plugin-json
-bin/mackerel-plugin-jvm
-bin/mackerel-plugin-linux
-bin/mackerel-plugin-mailq
-bin/mackerel-plugin-mcrouter
-bin/mackerel-plugin-memcached
-bin/mackerel-plugin-mongodb
-bin/mackerel-plugin-multicore
-bin/mackerel-plugin-munin
-bin/mackerel-plugin-murmur
-bin/mackerel-plugin-mysql
-bin/mackerel-plugin-nginx
-bin/mackerel-plugin-nvidia-smi
-bin/mackerel-plugin-openldap
-bin/mackerel-plugin-php-apc
-bin/mackerel-plugin-php-fpm
-bin/mackerel-plugin-php-opcache
-bin/mackerel-plugin-plack
-bin/mackerel-plugin-postgres
-bin/mackerel-plugin-proc-fd
-bin/mackerel-plugin-rabbitmq
-bin/mackerel-plugin-rack-stats
-bin/mackerel-plugin-redash
-bin/mackerel-plugin-redis
-bin/mackerel-plugin-sidekiq
-bin/mackerel-plugin-snmp
-bin/mackerel-plugin-solr
-bin/mackerel-plugin-squid
-bin/mackerel-plugin-td-table-count
-bin/mackerel-plugin-trafficserver
-bin/mackerel-plugin-twemproxy
-bin/mackerel-plugin-unicorn
-bin/mackerel-plugin-uptime
-bin/mackerel-plugin-uwsgi-vassal
-bin/mackerel-plugin-varnish
-bin/mackerel-plugin-windows-process-stats
-bin/mackerel-plugin-windows-server-sessions
-bin/mackerel-plugin-xentop
+libexec/mackerel-agent-plugins/mackerel-plugin-accesslog
+libexec/mackerel-agent-plugins/mackerel-plugin-apache2
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-cloudfront
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-dynamodb
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-ec2
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-ec2-cpucredit
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-ec2-ebs
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-elasticache
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-elasticsearch
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-elb
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-kinesis-firehose
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-kinesis-streams
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-lambda
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-rds
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-rekognition
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-ses
+libexec/mackerel-agent-plugins/mackerel-plugin-aws-waf
+libexec/mackerel-agent-plugins/mackerel-plugin-conntrack
+libexec/mackerel-agent-plugins/mackerel-plugin-elasticsearch
+libexec/mackerel-agent-plugins/mackerel-plugin-fluentd
+libexec/mackerel-agent-plugins/mackerel-plugin-flume
+libexec/mackerel-agent-plugins/mackerel-plugin-gcp-compute-engine
+libexec/mackerel-agent-plugins/mackerel-plugin-gearmand
+libexec/mackerel-agent-plugins/mackerel-plugin-gostats
+libexec/mackerel-agent-plugins/mackerel-plugin-graphite
+libexec/mackerel-agent-plugins/mackerel-plugin-h2o
+libexec/mackerel-agent-plugins/mackerel-plugin-haproxy
+libexec/mackerel-agent-plugins/mackerel-plugin-inode
+libexec/mackerel-agent-plugins/mackerel-plugin-jmx-jolokia
+libexec/mackerel-agent-plugins/mackerel-plugin-json
+libexec/mackerel-agent-plugins/mackerel-plugin-jvm
+libexec/mackerel-agent-plugins/mackerel-plugin-linux
+libexec/mackerel-agent-plugins/mackerel-plugin-mailq
+libexec/mackerel-agent-plugins/mackerel-plugin-mcrouter
+libexec/mackerel-agent-plugins/mackerel-plugin-memcached
+libexec/mackerel-agent-plugins/mackerel-plugin-mongodb
+libexec/mackerel-agent-plugins/mackerel-plugin-multicore
+libexec/mackerel-agent-plugins/mackerel-plugin-munin
+libexec/mackerel-agent-plugins/mackerel-plugin-murmur
+libexec/mackerel-agent-plugins/mackerel-plugin-mysql
+libexec/mackerel-agent-plugins/mackerel-plugin-nginx
+libexec/mackerel-agent-plugins/mackerel-plugin-nvidia-smi
+libexec/mackerel-agent-plugins/mackerel-plugin-openldap
+libexec/mackerel-agent-plugins/mackerel-plugin-php-apc
+libexec/mackerel-agent-plugins/mackerel-plugin-php-fpm
+libexec/mackerel-agent-plugins/mackerel-plugin-php-opcache
+libexec/mackerel-agent-plugins/mackerel-plugin-plack
+libexec/mackerel-agent-plugins/mackerel-plugin-postgres
+libexec/mackerel-agent-plugins/mackerel-plugin-proc-fd
+libexec/mackerel-agent-plugins/mackerel-plugin-rabbitmq
+libexec/mackerel-agent-plugins/mackerel-plugin-rack-stats
+libexec/mackerel-agent-plugins/mackerel-plugin-redash
+libexec/mackerel-agent-plugins/mackerel-plugin-redis
+libexec/mackerel-agent-plugins/mackerel-plugin-sidekiq
+libexec/mackerel-agent-plugins/mackerel-plugin-snmp
+libexec/mackerel-agent-plugins/mackerel-plugin-solr
+libexec/mackerel-agent-plugins/mackerel-plugin-squid
+libexec/mackerel-agent-plugins/mackerel-plugin-td-table-count
+libexec/mackerel-agent-plugins/mackerel-plugin-trafficserver
+libexec/mackerel-agent-plugins/mackerel-plugin-twemproxy
+libexec/mackerel-agent-plugins/mackerel-plugin-unicorn
+libexec/mackerel-agent-plugins/mackerel-plugin-uptime
+libexec/mackerel-agent-plugins/mackerel-plugin-uwsgi-vassal
+libexec/mackerel-agent-plugins/mackerel-plugin-varnish
+libexec/mackerel-agent-plugins/mackerel-plugin-windows-process-stats
+libexec/mackerel-agent-plugins/mackerel-plugin-windows-server-sessions
+libexec/mackerel-agent-plugins/mackerel-plugin-xentop


Home | Main Index | Thread Index | Old Index