1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Fix ownership of var/run/opendnssec

- Fix minor whitespace warning

Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
This commit is contained in:
Erwin Lansing 2014-07-28 08:40:27 +00:00
parent 4e9b3e8b1f
commit 1eeffbf93f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363121
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= opendnssec
PORTVERSION= 1.4.6
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://dist.opendnssec.org/source/

View File

@ -52,16 +52,16 @@ man/man8/ods-signerd.8.gz
@exec install -d -o opendnssec -g opendnssec %D/var/opendnssec/tmp
@exec install -d -o opendnssec -g opendnssec %D/var/opendnssec/signed
@exec install -d -o opendnssec -g opendnssec %D/var/opendnssec/signconf
@exec install -d -o opendnssec -g opendnssec %D/var/run/opendnssec
@dirrm var/opendnssec/unsigned
@dirrm var/opendnssec/tmp
@dirrm var/opendnssec/signed
@dirrm var/opendnssec/signconf
@dirrm var/opendnssec
@dirrmtry var/run/opendnssec
@owner root
@group wheel
@dirrm %%DATADIR%%
@dirrm %%ETCDIR%%
@exec mkdir -p %D/var/run/opendnssec
@dirrmtry var/run/opendnssec
@dirrmtry var/run
@dirrmtry var