freebsd-ports/security/softhsm/pkg-plist
William Grzybowski 7fefc36814 security/softhsm: update to 1.3.5
- Update to 1.3.5 [1]
- Allow staging
- Convert lib depends to new format

PR:		ports/182548 [1]
Submitted by:	Jaap Akkerhuis <jaap NLnetLabs.nl> (maintainer) [1]
2013-10-01 22:24:38 +00:00

16 lines
639 B
Text

@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
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
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