diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 13:16:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 13:16:26 +0000 |
commit | 5dae2194ab941167ed3382d167ee27d0ad6ac65c (patch) | |
tree | 6e669b457bf8c57501bbb680a196790f4bc47756 /mk | |
parent | 2d0e08896706da58e2dab1475316a719f0af87b6 (diff) | |
download | pkgsrc-5dae2194ab941167ed3382d167ee27d0ad6ac65c.tar.gz |
Sync with reality: audit-packages does exist, the vulnerability file
itself might not.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/flavor/pkg/check.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/flavor/pkg/check.mk b/mk/flavor/pkg/check.mk index c91efa4a116..6ddb94b2bb5 100644 --- a/mk/flavor/pkg/check.mk +++ b/mk/flavor/pkg/check.mk @@ -1,9 +1,9 @@ -# $NetBSD: check.mk,v 1.8 2008/04/05 16:59:10 adrianp Exp $ +# $NetBSD: check.mk,v 1.9 2008/04/07 13:16:26 joerg Exp $ # # _flavor-check-vulnerable: -# Checks for known vulnerabilities in the package without needing -# audit-packages to be installed. +# Checks for known vulnerabilities in the package if a vulnerability +# file exists. # _flavor-check-vulnerable: .PHONY ${_PKG_SILENT}${_PKG_DEBUG} \ |