diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2000-10-19 00:24:20 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2000-10-19 00:24:20 +0000 |
commit | 4f096a97171c1902300b57842488d825f83e9a37 (patch) | |
tree | a44682d29d90199983112e3ca106b668fca163a6 /security | |
parent | b5d489ef3a6ab5e3abd4133e12817fe5ef0e45ee (diff) | |
download | ports-4f096a97171c1902300b57842488d825f83e9a37.tar.gz ports-4f096a97171c1902300b57842488d825f83e9a37.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ca-roots/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ca-roots/Makefile b/security/ca-roots/Makefile index 9623a3193aaa..72748233c91e 100644 --- a/security/ca-roots/Makefile +++ b/security/ca-roots/Makefile @@ -18,5 +18,6 @@ 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> |