1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/sysutils/mcollective-service-agent/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
452 B
Makefile

PORTNAME= mcollective-service-agent
COMMENT= MCollective agent to manage the OS Services
# See MASTERDIR for MAINTAINER.
RUN_DEPENDS= mcollective-service-common>=${PORTVERSION}:sysutils/mcollective-service-common
MASTERDIR= ${.CURDIR}/../mcollective-service-common
PLIST_FILES= share/mcollective/agent/service.rb
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
.include "${MASTERDIR}/Makefile"