summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-04-25 20:05:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-04-25 20:05:18 +0000
commit92e726795a77311804ef431417615e402619256f (patch)
treeac45099f4af2e2f4695d4ee70916c3899bd539ee /security
parent267286d55f82d0bb82d51f8b593391574c7cdced (diff)
downloadpkgsrc-92e726795a77311804ef431417615e402619256f.tar.gz
Make the PKGVULNDIR variable more generic, so one can choose where to
store the vulnerabilities file. This variable was already recognized by audit-packages but not by bsd.pkg.mk which hardcoded DISTDIR.
Diffstat (limited to 'security')
-rw-r--r--security/audit-packages/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile
index 35c912b4eba..6bb603f1eb3 100644
--- a/security/audit-packages/Makefile
+++ b/security/audit-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/03/29 12:42:22 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2003/04/25 20:05:20 jmmv Exp $
DISTNAME= audit-packages-1.14
WRKSRC= ${WRKDIR}
@@ -13,8 +13,6 @@ NO_CHECKSUM= yes
NO_BUILD= yes
NO_MTREE= yes
-PKGVULNDIR?= ${DISTDIR}
-
do-configure:
@for f in audit-packages download-vulnerability-list; do \
${SED} -e 's|\$${PKGVULNDIR}|${PKGVULNDIR}|g' \