diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-31 23:45:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-31 23:45:59 +0800 |
commit | ae9b2cede2fea84b1b45cff308de831f45fdf5e1 (patch) | |
tree | 4b46ce79dae86e8c71cf548832b28a24d30089a2 /security/softhsm | |
parent | 1aa9ca57f46979c08058f99213d11fbdae389b85 (diff) | |
download | freebsd-ports-gnome-ae9b2cede2fea84b1b45cff308de831f45fdf5e1.tar.gz freebsd-ports-gnome-ae9b2cede2fea84b1b45cff308de831f45fdf5e1.tar.zst freebsd-ports-gnome-ae9b2cede2fea84b1b45cff308de831f45fdf5e1.zip |
Simplify plist
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/softhsm/pkg-plist b/security/softhsm/pkg-plist index a93c6ed5e099..c1360eaa7f6c 100644 --- a/security/softhsm/pkg-plist +++ b/security/softhsm/pkg-plist @@ -7,7 +7,5 @@ lib/softhsm/libsofthsm.so man/man1/softhsm-keyconv.1.gz man/man1/softhsm.1.gz man/man5/softhsm.conf.5.gz -@exec mkdir -p /var/lib -@exec install -d -o root -g wheel -m 700 /var/lib/softhsm -@unexec rmdir /var/lib/softhsm 2>/dev/null || true -@unexec rmdir /var/lib 2>/dev/null || true +@dir(,,700) /var/lib/softhsm +@dir /var/lib |