svn commit: r371862 - head/security/softhsm

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 31 15:46:00 UTC 2014


Author: bapt
Date: Fri Oct 31 15:45:59 2014
New Revision: 371862
URL: https://svnweb.freebsd.org/changeset/ports/371862
QAT: https://qat.redports.org/buildarchive/r371862/

Log:
  Simplify plist

Modified:
  head/security/softhsm/pkg-plist

Modified: head/security/softhsm/pkg-plist
==============================================================================
--- head/security/softhsm/pkg-plist	Fri Oct 31 15:43:46 2014	(r371861)
+++ head/security/softhsm/pkg-plist	Fri Oct 31 15:45:59 2014	(r371862)
@@ -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
- at exec mkdir -p /var/lib
- at exec install -d -o root -g wheel -m 700 /var/lib/softhsm
- at unexec rmdir /var/lib/softhsm 2>/dev/null || true
- at unexec rmdir /var/lib 2>/dev/null || true
+ at dir(,,700) /var/lib/softhsm
+ at dir /var/lib


More information about the svn-ports-head mailing list