Index: head/sysutils/mcollective-nrpe-agent/Makefile =================================================================== --- head/sysutils/mcollective-nrpe-agent/Makefile (revision 416320) +++ head/sysutils/mcollective-nrpe-agent/Makefile (revision 416321) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= mcollective-nrpe-agent PORTVERSION= 20130805 CATEGORIES= sysutils -MAINTAINER= robak@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= MCollective NRPE agent plugin RUN_DEPENDS= mcollective>=2:sysutils/mcollective USE_GITHUB= yes GH_ACCOUNT= puppetlabs GH_TAGNAME= ee29242 PLIST_FILES= share/mcollective/agent/nrpe.ddl \ share/mcollective/agent/nrpe.rb \ share/mcollective/aggregate/nagios_states.rb \ share/mcollective/application/nrpe.rb \ share/mcollective/data/nrpe_data.ddl \ share/mcollective/data/nrpe_data.rb \ sbin/check-mc-nrpe PLIST_DIRS= share/mcollective/agent \ share/mcollective/aggregate \ share/mcollective/application \ share/mcollective/data NO_BUILD= yes do-install: .for dir in ${PLIST_DIRS} ${MKDIR} ${STAGEDIR}${PREFIX}/${dir} .endfor ${INSTALL_DATA} ${WRKSRC}/agent/nrpe.ddl ${STAGEDIR}${PREFIX}/share/mcollective/agent/ ${INSTALL_DATA} ${WRKSRC}/agent/nrpe.rb ${STAGEDIR}${PREFIX}/share/mcollective/agent/ ${INSTALL_DATA} ${WRKSRC}/aggregate/nagios_states.rb ${STAGEDIR}${PREFIX}/share/mcollective/aggregate/ ${INSTALL_DATA} ${WRKSRC}/application/nrpe.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/ ${INSTALL_DATA} ${WRKSRC}/data/nrpe_data.ddl ${STAGEDIR}${PREFIX}/share/mcollective/data/ ${INSTALL_DATA} ${WRKSRC}/data/nrpe_data.rb ${STAGEDIR}${PREFIX}/share/mcollective/data/ ${INSTALL_SCRIPT} ${WRKSRC}/sbin/check-mc-nrpe ${STAGEDIR}${PREFIX}/sbin/ .include