diff options
author | swills <swills@FreeBSD.org> | 2014-01-16 03:00:14 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-16 03:00:14 +0800 |
commit | 3f5e4635a24ff82554f8d49657e98929e5e4184e (patch) | |
tree | 2cf4ad9f7ca56c89203b87dbf3ed658123a2eba0 /sysutils | |
parent | 2995eaa81348b24393dea4909199a8c8b82004bd (diff) | |
download | freebsd-ports-gnome-3f5e4635a24ff82554f8d49657e98929e5e4184e.tar.gz freebsd-ports-gnome-3f5e4635a24ff82554f8d49657e98929e5e4184e.tar.zst freebsd-ports-gnome-3f5e4635a24ff82554f8d49657e98929e5e4184e.zip |
- Install the passenger example config file
Reported by: mat
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppet/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 511f4fbf4190..ef3ddcb4a225 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,6 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -95,5 +96,6 @@ post-install: cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/ext/rack/example-passenger-vhost.conf ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.post.mk> diff --git a/sysutils/puppet/pkg-plist b/sysutils/puppet/pkg-plist index 3f48dac10f28..c55b6b7490d6 100644 --- a/sysutils/puppet/pkg-plist +++ b/sysutils/puppet/pkg-plist @@ -48,6 +48,7 @@ man/man8/puppet.8.gz %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist www/puppet/config.ru +%%EXAMPLESDIR%%/example-passenger-vhost.conf @exec /usr/sbin/chown -Rh puppet:puppet %D/%F @dirrm www/puppet/public @dirrm www/puppet |