1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/mcollective-puppet-client/Makefile
Mathieu Arnold 5d0dd15ed8 Remove ${PORTSDIR}/ from DEPENDS line. Again.
Sponsored by:	Absolight
2016-04-06 19:02:43 +00:00

21 lines
583 B
Makefile

# $FreeBSD$
PORTNAME= mcollective-puppet-client
COMMENT= MCollective client to manage the Puppet Agent
# See MASTERDIR for MAINTAINER.
RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:sysutils/mcollective-puppet-common
MASTERDIR= ${.CURDIR}/../mcollective-puppet-common
PLIST_FILES= share/mcollective/application/puppet.rb \
share/mcollective/aggregate/boolean_summary.ddl \
share/mcollective/aggregate/boolean_summary.rb
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} "aggregate application" ${STAGEDIR}${PREFIX}/share/mcollective
.include "${MASTERDIR}/Makefile"