openbsd-ports/sysutils/ruby-puppet/2/Makefile
jasper f18f86b9a0 adjust the uid puppet looks at to determine if a user is a "system user" to 1000.
this then gets used to purge all non-system users, whether this is a good idea is
left as an exercise to the user.

ok aja@ (MAINTAINER)
2013-04-16 13:25:52 +00:00

18 lines
497 B
Makefile

# $OpenBSD: Makefile,v 1.12 2013/04/16 13:25:52 jasper Exp $
VERSION= 2.7.21
REVISION= 5
# 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>