diff options
author | mat <mat@FreeBSD.org> | 2013-12-30 22:56:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-12-30 22:56:34 +0800 |
commit | 7cc2122450d655e06054d609fc0047dafb75cb24 (patch) | |
tree | b9d37a7221c386e53774f9e04ec0584b944daf55 /sysutils/puppet | |
parent | 75854122e97f87c94691680af71bc14b354bc7e9 (diff) | |
download | freebsd-ports-gnome-7cc2122450d655e06054d609fc0047dafb75cb24.tar.gz freebsd-ports-gnome-7cc2122450d655e06054d609fc0047dafb75cb24.tar.zst freebsd-ports-gnome-7cc2122450d655e06054d609fc0047dafb75cb24.zip |
Fixup installation.
Reported by: demon
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppet/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index e0b9e7fc4258..f58d64b5e04c 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ diff --git a/sysutils/puppet/pkg-plist b/sysutils/puppet/pkg-plist index ac61f9c0c9fc..3f48dac10f28 100644 --- a/sysutils/puppet/pkg-plist +++ b/sysutils/puppet/pkg-plist @@ -48,13 +48,13 @@ man/man8/puppet.8.gz %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist www/puppet/config.ru +@exec /usr/sbin/chown -Rh puppet:puppet %D/%F @dirrm www/puppet/public @dirrm www/puppet @dirrmtry etc/puppet/modules @dirrmtry etc/puppet @unexec rmdir /var/puppet 2>/dev/null || : @exec /usr/sbin/chown -Rh puppet:puppet /var/puppet -@exec /usr/sbin/chown -Rh puppet:puppet www/puppet/config.ru @dirrm %%RUBY_SITELIBDIR%%/hiera/backend @dirrm %%RUBY_SITELIBDIR%%/hiera @dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers |