1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Add empty directory created by the port to pkg-plist

This commit is contained in:
Antoine Brodin 2013-06-29 21:31:50 +00:00
parent 6890457c45
commit bf7f33b9fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322060

View File

@ -7,3 +7,7 @@ lib/softhsm/libsofthsm.so
etc/softhsm.conf.sample
@exec if [ ! -f %D/etc/softhsm.conf ]; then cp %D/etc/softhsm.conf.sample %D/etc/softhsm.conf; fi
@dirrm lib/softhsm
@exec install -d -o root -g wheel -m 700 %D/var/lib/softhsm
@dirrm var/lib/softhsm
@dirrmtry var/lib
@dirrmtry var