blob: 34a47b3ead0f7c14c2b63aabf5df2ed403b411f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: ca-roots
# Date created: Sep 5, 2000
# Whom: nsayer
#
# $FreeBSD$
#
PORTNAME= ca-roots
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security
DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/certs
${INSTALL_DATA} ${FILESDIR}/ca-root.crt ${PREFIX}/share/certs
${LN} -sf ${PREFIX}/share/certs/ca-root.crt /etc/ssl/cert.pem
.include <bsd.port.mk>
|