f18f86b9a0
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)
18 lines
497 B
Makefile
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>
|