diff options
author | obache <obache> | 2014-03-03 06:56:35 +0000 |
---|---|---|
committer | obache <obache> | 2014-03-03 06:56:35 +0000 |
commit | 23ab6cd6f9dd15756d35ac64ab28804aaefe1a1c (patch) | |
tree | 827c0e72098f09255ee53872d56f87e5ae5a0fca /security | |
parent | 4f14e4eff368b05ccf0863a80375308cabec7168 (diff) | |
download | pkgsrc-23ab6cd6f9dd15756d35ac64ab28804aaefe1a1c.tar.gz |
adapt to Haiku R1alpha4
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk index a2d897f2a5b..e0cd6f5fd8e 100644 --- a/security/openssl/builtin.mk +++ b/security/openssl/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.37 2014/02/22 09:45:36 obache Exp $ +# $NetBSD: builtin.mk,v 1.38 2014/03/03 06:56:35 obache Exp $ BUILTIN_PKG:= openssl @@ -249,7 +249,7 @@ SSLDIR= ${PKG_SYSCONFDIR.openssl} . if ${OPSYS} == "NetBSD" SSLDIR= /etc/openssl . elif ${OPSYS} == "Haiku" -SSLDIR= /boot/common/ssl +SSLDIR= /boot/common/data/ssl . else SSLDIR= /etc/ssl # most likely place . endif |