- install emacs-mode files

ok robert@ (MAINTAINER)
This commit is contained in:
jasper 2011-11-24 08:39:12 +00:00
parent e0234e0fec
commit 9b2acdf3a3
2 changed files with 9 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.35 2011/10/05 07:41:43 jasper Exp $
# $OpenBSD: Makefile,v 1.36 2011/11/24 08:39:12 jasper Exp $
COMMENT= centralised configuration management for networks
VERSION= 2.7.5
DISTNAME= puppet-${VERSION}
PKGNAME= ruby-${DISTNAME}
REVISION= 0
CATEGORIES= sysutils net
HOMEPAGE= http://reductivelabs.com/projects/puppet/
@ -34,5 +35,7 @@ do-install:
for f in `ls -1 ${WRKSRC}/examples/etc/puppet/*.conf`; do \
${INSTALL_DATA} $$f ${MODRUBY_EXAMPLEDIR}/puppet; \
done
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/
${INSTALL_DATA} ${WRKSRC}/ext/emacs/* ${PREFIX}/share/emacs/site-lisp/
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.17 2011/10/05 07:41:43 jasper Exp $
@comment $OpenBSD: PLIST,v 1.18 2011/11/24 08:39:12 jasper Exp $
@newgroup _puppet:580
@newuser _puppet:580:580:daemon:Puppet user:/var/empty:/sbin/nologin
@extraunexec rm -rf ${SYSCONFDIR}/puppet/*
@ -850,5 +850,9 @@ ${MODRUBY_RELEXAMPLEDIR}/puppet/tagmail.conf
@mode
@owner
@group
share/emacs/
share/emacs/site-lisp/
share/emacs/site-lisp/puppet-mode-init.el
share/emacs/site-lisp/puppet-mode.el
@rcscript ${RCDIR}/puppetd
@rcscript ${RCDIR}/puppetmasterd