Index: Makefile =================================================================== --- Makefile (revision 457963) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= softhsm PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ @@ -57,4 +57,9 @@ CONFIGURE_ARGS+= --disable-gost .endif +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/p11-kit/modules + ${INSTALL_DATA} ${WRKSRC}/softhsm2.module \ + ${STAGEDIR}${PREFIX}/share/p11-kit/modules + .include Index: pkg-plist =================================================================== --- pkg-plist (revision 457963) +++ pkg-plist (working copy) @@ -13,3 +13,6 @@ @dir /var/lib/softhsm/tokens @dir /var/lib/softhsm @dir /var/lib +@dir share/p11-kit/modules +@dir share +share/p11-kit/modules/softhsm2.module