1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- fix warning for option WITH_PKGNG

PR:		171326
Submitted by:	Bryan Drewery
This commit is contained in:
Dirk Meyer 2012-09-12 04:24:19 +00:00
parent 079a71c0c8
commit 94414c5f30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304128

View File

@ -106,7 +106,7 @@ PKGARGS= -c ${DESTDIR}
.else
PKGARGS=
.endif
OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libcrypto.so
OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libcrypto.so || :
.else
OPENSSL_INSTALLED!= find "${PKG_DBDIR}/" -type f -name "+CONTENTS" -print0 | \
xargs -0 grep -l "^lib/libssl.so." | \