mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4f096a9717
makefile.
24 lines
448 B
Makefile
24 lines
448 B
Makefile
# 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= nsayer@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>
|