mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
13a3a1b93c
- Use @sample - Update to 1.3.7 Bugfixes: SOFTHSM-94: umask affecting the calling application. SOFTHSM-96: Check if Botan has already been initialised. PR: 190368 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
16 lines
549 B
Plaintext
16 lines
549 B
Plaintext
@unexec if cmp -s %D/etc/softhsm.conf %D/etc/softhsm.conf.sample; then rm -f %D/etc/softhsm.conf; else echo If permanently deleting this package, %D/etc/softhsm.conf must be removed manually; fi
|
|
bin/softhsm
|
|
bin/softhsm-keyconv
|
|
lib/softhsm/libsofthsm.a
|
|
lib/softhsm/libsofthsm.la
|
|
lib/softhsm/libsofthsm.so
|
|
@sample etc/softhsm.conf.sample
|
|
@dirrm lib/softhsm
|
|
@exec install -d -o root -g wheel -m 700 %D/var/lib/softhsm
|
|
man/man1/softhsm-keyconv.1.gz
|
|
man/man1/softhsm.1.gz
|
|
man/man5/softhsm.conf.5.gz
|
|
@dirrm var/lib/softhsm
|
|
@dirrmtry var/lib
|
|
@dirrmtry var
|