summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-03-15 16:27:42 +0000
committerjoerg <joerg@pkgsrc.org>2008-03-15 16:27:42 +0000
commit1375bd11994e69708ff25f19ec39308b9a317cd3 (patch)
tree34393cfaace98068b87e86e1ba3c87ca1a745941 /mk/defaults
parentf1c6df3ba55b0e73b53bdf3713ce824eab18020b (diff)
downloadpkgsrc-1375bd11994e69708ff25f19ec39308b9a317cd3.tar.gz
Remove remaining compat code for old pkg_install versions.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf15
1 files changed, 1 insertions, 14 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 06c7aaff997..e38de4ab2b1 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.171 2008/01/16 03:16:40 tnn Exp $
+# $NetBSD: mk.conf,v 1.172 2008/03/15 16:27:43 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -21,8 +21,6 @@
#AUDIT_PACKAGES_FLAGS=
# List of flags passed to audit-packages(1).
#
-# NOTE: If you have pkg_install<20070714 then this variable is not referenced.
-#
# Possible: -e, -s, etc. See audit-packages(1)
# Default: (no option)
@@ -397,17 +395,6 @@ PACKAGES?= ${PKGSRCDIR}/packages
# Possible: any path you like
# Default: /usr/pkgsrc/packages
-PKGVULNDIR?= ${DISTDIR}
-# Specifies where the `vulnerabilities' file is located. This variable
-# is used by the audit-packages program and by pkgsrc itself to do security
-# checks before building/installing programs.
-#
-# NOTE: If you have pkg_install>=20070714 then this variable is not referenced.
-# See audit-packages.conf(5)
-#
-# Possible: any path you like
-# Default: /usr/pkgsrc/distfiles
-
#PASSIVE_FETCH=
# Use ftp(1) in passive mode, for use behind filtering firewalls.
# (Set by default in ftp(1) in NetBSD-current)