diff options
author | jlam <jlam> | 2004-01-05 11:28:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-05 11:28:07 +0000 |
commit | 30b39faca823825b2ec82513aa507130d188a5c7 (patch) | |
tree | 9ecaf9e93cca00dc142e8a14112e6c947b91be5c /security/audit-packages | |
parent | aa01a81cd7755ef18d14fea94d347dbdd3b28d6b (diff) | |
download | pkgsrc-30b39faca823825b2ec82513aa507130d188a5c7.tar.gz |
bl3ify
Diffstat (limited to 'security/audit-packages')
-rw-r--r-- | security/audit-packages/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile index fdb695fdca1..7f73f44d8bf 100644 --- a/security/audit-packages/Makefile +++ b/security/audit-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/01/01 23:35:28 agc Exp $ +# $NetBSD: Makefile,v 1.40 2004/01/05 11:36:40 jlam Exp $ DISTNAME= audit-packages-1.28 WRKSRC= ${WRKDIR} @@ -9,10 +9,15 @@ DISTFILES= # empty MAINTAINER= agc@NetBSD.org COMMENT= Tools to show vulnerabilities in installed packages -NO_CHECKSUM= yes +PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= digest-[0-9]*:../../pkgtools/digest +USE_BUILDLINK3= yes +NO_CHECKSUM= yes + +INSTALLATION_DIRS= man/cat8 man/man8 sbin + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX" |