View | Details | Raw Unified | Return to bug 212518
Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	softhsm
4
PORTNAME=	softhsm
5
PORTVERSION=	2.3.0
5
PORTVERSION=	2.3.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	http://dist.opendnssec.org/source/ \
8
MASTER_SITES=	http://dist.opendnssec.org/source/ \
9
		http://dist.opendnssec.org/source/testing/
9
		http://dist.opendnssec.org/source/testing/
Lines 57-60 Link Here
57
CONFIGURE_ARGS+=	--disable-gost
57
CONFIGURE_ARGS+=	--disable-gost
58
.endif
58
.endif
59
59
60
post-install:
61
	${MKDIR} ${STAGEDIR}${PREFIX}/share/p11-kit/modules
62
	${INSTALL_DATA} ${WRKSRC}/softhsm2.module \
63
		${STAGEDIR}${PREFIX}/share/p11-kit/modules
64
60
.include <bsd.port.mk>
65
.include <bsd.port.mk>
(-)pkg-plist (+3 lines)
Lines 13-15 Link Here
13
@dir /var/lib/softhsm/tokens
13
@dir /var/lib/softhsm/tokens
14
@dir /var/lib/softhsm
14
@dir /var/lib/softhsm
15
@dir /var/lib
15
@dir /var/lib
16
@dir share/p11-kit/modules
17
@dir share
18
share/p11-kit/modules/softhsm2.module

Return to bug 212518