aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-08-06 10:39:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-08-06 10:39:24 +0000
commit4cf26145e811004354ddafc2fb07fb6f81845e5c (patch)
treea107dfeac91f32382627da2a7d7936c8e94e0657 /security
parentee3634f5983eee6971074531f16c2ee6918679c9 (diff)
downloadports-4cf26145e811004354ddafc2fb07fb6f81845e5c.tar.gz
ports-4cf26145e811004354ddafc2fb07fb6f81845e5c.zip
- fix DESTDIR for config stage
Notes
Notes: svn path=/head/; revision=197208
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b75435afcf13..cfa32b67f8be 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -886,7 +886,7 @@ MLINKS+= \
.include <bsd.port.pre.mk>
-OPENSSL_BASE_SONAME!= readlink /usr/lib/libcrypto.so || true
+OPENSSL_BASE_SONAME!= readlink ${DESTDIR}/usr/lib/libcrypto.so || true
OPENSSL_SHLIBVER_BASE= ${OPENSSL_BASE_SONAME:E}
OPENSSL_BASE_SOPATH= ${OPENSSL_BASE_SONAME:H}
@@ -937,7 +937,7 @@ pre-everything::
@${FALSE}
.endif
-.if exists(/usr/lib/libcrypto.so.3) && ${OPENSSL_SHLIBVER} != 3
+.if exists(${DESTDIR}/usr/lib/libcrypto.so.3) && ${OPENSSL_SHLIBVER} != 3
pre-everything::
@${ECHO_CMD} "#"
@${ECHO_CMD} "# this ports conflicts with your base system"