summaryrefslogtreecommitdiff
path: root/security/audit-packages/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2005-10-20 10:26:54 +0000
committeragc <agc@pkgsrc.org>2005-10-20 10:26:54 +0000
commit5fc617a44c7c9590a41171be41120658b034149c (patch)
treeeb6db6a6f60883727c76609790f033b585196deb /security/audit-packages/Makefile
parentfc1386bcebb935f243006398e98764fa54b7a45a (diff)
downloadpkgsrc-5fc617a44c7c9590a41171be41120658b034149c.tar.gz
Update audit-packages to version 1.39
Give the audit-pacakges a "-d" option to download the vulnerabilities file with downloaad-vulnerability-list before scanning the installed packages. Update the documentation accordingly. Get rid of some inconsistent style problems in the audit-packages script.
Diffstat (limited to 'security/audit-packages/Makefile')
-rw-r--r--security/audit-packages/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile
index 270a8ed2e7b..e0dcd864f37 100644
--- a/security/audit-packages/Makefile
+++ b/security/audit-packages/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2005/08/04 12:02:59 rillig Exp $
+# $NetBSD: Makefile,v 1.60 2005/10/20 10:26:54 agc Exp $
-DISTNAME= audit-packages-1.38
+DISTNAME= audit-packages-1.39
CATEGORIES= security pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -30,6 +30,7 @@ do-build:
-e 's|@FETCH_CMD_SHORT@|${FETCH_CMD:T}|g' \
-e 's|@PKGSRCDIR@|${PKGSRCDIR}|g' \
-e 's|@PKG_TOOLS_BIN@|${PKG_TOOLS_BIN}|g' \
+ -e 's|@PREFIX@|${PREFIX}|g' \
-e 's|@SH@|${SH}|g' \
-e 's|@DIGEST@|${DIGEST}|g' \
-e 's|@CHMOD@|${CHMOD}|g' \