Skip to content

Commit

Permalink
security/softhsm2: fix install of p11-kit .module file
Browse files Browse the repository at this point in the history
- See also
  opendnssec/SoftHSMv2#230

PR:		212518
Submitted by:	jaap@NLnetLabs.nl (maintainer)
Reported by:	dwmw2@infradead.org
Tested by:	w.schwarzenfeld@utanet.at


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@458409 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
opsec committed Jan 8, 2018
1 parent eb00724 commit d020d07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion security/softhsm2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -57,4 +57,9 @@ CONFIGURE_ARGS+= --disable-gost
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 <bsd.port.mk>
3 changes: 3 additions & 0 deletions security/softhsm2/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ man/man5/softhsm2.conf.5.gz
@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

0 comments on commit d020d07

Please sign in to comment.