diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-22 15:22:58 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-22 15:22:58 +0000 |
commit | e5f17bd649a94ff76417fec6fc6f00407a1e95af (patch) | |
tree | 8c565e20c20076224e381039b92e2939f746c7f2 /Mk/bsd.port.mk | |
parent | 65d4c9d80e9c4402b9ab2d536ce728141f7573b8 (diff) | |
download | ports-e5f17bd649a94ff76417fec6fc6f00407a1e95af.tar.gz ports-e5f17bd649a94ff76417fec6fc6f00407a1e95af.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 201e44755d5f..36dfb64084b2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3141,7 +3141,7 @@ check-vulnerable: .if !defined(DISABLE_VULNERABILITIES) && !defined(PACKAGE_BUILDING) @if [ -f "${AUDITFILE}" ]; then \ if [ -x "${PKG_BIN}" ]; then \ - vlist=`${PKG_BIN} audit "${PKGNAME}"`; \ + vlist=`${PKG_BIN} audit "${PKGNAME}" || :`; \ if [ "$${vlist}" = "0 problem(s) in the installed packages found." ]; then \ vlist=""; \ fi; \ |