openbsd-ports/sysutils/ruby-puppet/2/Makefile
2013-03-13 09:56:19 +00:00

18 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/13 09:56:19 ajacoutot Exp $
VERSION= 2.7.21
REVISION= 0
# remove CVS ID
post-extract:
@sed '1d' ${WRKSRC}/examples/etc/puppet/fileserver.conf > \
${WRKSRC}/examples/etc/puppet/fileserver.conf.bak
@mv ${WRKSRC}/examples/etc/puppet/fileserver.conf.bak \
${WRKSRC}/examples/etc/puppet/fileserver.conf
post-install:
${INSTALL_DATA} ${WRKSRC}/examples/etc/puppet/{fileserver,tagmail}.conf \
${PREFIX}/${MODRUBY_RELEXAMPLEDIR}-puppet
.include <bsd.port.mk>