diff options
author | obache <obache@pkgsrc.org> | 2014-05-18 11:18:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-18 11:18:17 +0000 |
commit | f0d6a4bc897a1e02de9d80a7170d69826bd69a91 (patch) | |
tree | 39e73d614c0fb30ff4144f50eeb868fef7ac72e0 /security/openssl | |
parent | e693cb37067eab7f2a268b01d292d7f0f67688ca (diff) | |
download | pkgsrc-f0d6a4bc897a1e02de9d80a7170d69826bd69a91.tar.gz |
catch up to removal of /boot/common on Haiku.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/builtin.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk index b18b69b72c9..2c5109f4d99 100644 --- a/security/openssl/builtin.mk +++ b/security/openssl/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.39 2014/04/27 01:57:51 obache Exp $ +# $NetBSD: builtin.mk,v 1.40 2014/05/18 11:18:17 obache Exp $ BUILTIN_PKG:= openssl @@ -206,7 +206,11 @@ SSLDIR= ${PKG_SYSCONFDIR.openssl} . if ${OPSYS} == "NetBSD" SSLDIR= /etc/openssl . elif ${OPSYS} == "Haiku" +. if exists(/boot/system/data/ssl) +SSLDIR= /boot/system/data/ssl +. else SSLDIR= /boot/common/data/ssl +. endif . else SSLDIR= /etc/ssl # most likely place . endif |