- fix an warning when compat5x-i386-5.4.0.8_7 is instaleld

Submitted by:	Dmitry Marakasov
This commit is contained in:
Dirk Meyer 2006-10-08 09:38:38 +00:00
parent 4a7b60633e
commit 68feb12fdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174905

View File

@ -2,7 +2,7 @@
# Date created: 31 May 2002
# Whom: dinoex
#
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.33 2006-10-08 09:37:29 dinoex Exp $
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.34 2006-10-08 09:38:38 dinoex Exp $
#
# Use of 'USE_OPENSSL=yes' includes this Makefile after bsd.ports.pre.mk
#
@ -122,7 +122,7 @@ OPENSSL_SHLIBVER?= 3
exists(${LOCALBASE}/lib/libcrypto.so)
# find installed port and use it for dependency
PKG_DBDIR?= ${DESTDIR}/var/db/pkg
OPENSSL_INSTALLED!= grep -l -r "^libssl.so." "${PKG_DBDIR}" | \
OPENSSL_INSTALLED!= grep -l -r "^lib/libssl.so." "${PKG_DBDIR}" | \
while read contents; do \
sslprefix=`grep "^@cwd " "$${contents}" | ${HEAD} -n 1`; \
if test "$${sslprefix}" = "@cwd ${LOCALBASE_REL}" ; then \