1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/ca-roots/Makefile
Nick Sayer 70daf8a511 Make a symlink in /etc/ssl
PR:		21770
2000-10-12 21:56:10 +00:00

23 lines
384 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
.include <bsd.port.mk>