mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
19f6977a0f
PR: ports/89483 Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# Ports collection makefile for: ca-roots
|
|
# Date created: Sep 5, 2000
|
|
# Whom: nsayer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ca-roots
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= security
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A list of SSL CA root certificates
|
|
|
|
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>
|