diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-10-19 08:24:20 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-10-19 08:24:20 +0800 |
commit | ad2e1aff1a03a2caebb0d6591d357d856410515d (patch) | |
tree | 1d08cf786786145b0c34d3ab9ef38de65bd194b6 | |
parent | ed2a94742e3a2617bb40fad6250e251e740b3795 (diff) | |
download | freebsd-ports-gnome-ad2e1aff1a03a2caebb0d6591d357d856410515d.tar.gz freebsd-ports-gnome-ad2e1aff1a03a2caebb0d6591d357d856410515d.tar.zst freebsd-ports-gnome-ad2e1aff1a03a2caebb0d6591d357d856410515d.zip |
Oops. The plist entry isn't enough. We also need to do it in the
makefile.
-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> |