summaryrefslogtreecommitdiff
path: root/security/audit-packages
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-04-25 20:05:18 +0000
committerjmmv <jmmv>2003-04-25 20:05:18 +0000
commitf0110dfa803510b28de8d074895b7d0b16b5234b (patch)
treeac45099f4af2e2f4695d4ee70916c3899bd539ee /security/audit-packages
parentb6351bb26502d200cde64b56eb97ca2fa9192402 (diff)
downloadpkgsrc-f0110dfa803510b28de8d074895b7d0b16b5234b.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/audit-packages')
-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' \