diff options
author | erh <erh@pkgsrc.org> | 2005-11-23 18:27:13 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2005-11-23 18:27:13 +0000 |
commit | 4d2fdd7bd534b71eb3c16c12fd4a19a784b737a4 (patch) | |
tree | 8731d3cdd799616dd4cc777b650d1c214706990c /mk/bsd.prefs.mk | |
parent | 256e66a2e3d3e13084c4ec275fc6fd76f1cdae62 (diff) | |
download | pkgsrc-4d2fdd7bd534b71eb3c16c12fd4a19a784b737a4.tar.gz |
Per request, back out all the SKIP_AUDIT_PACKAGES changes.
bsd.pkg.mk:1.1758-1.1752
bsd.prefs.mk:1.210
bulk/build:1.79
defaults/mk.conf:1.93-1.92
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index ca1830ced16..e8cc811bb69 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.210 2005/11/16 20:59:23 erh Exp $ +# $NetBSD: bsd.prefs.mk,v 1.211 2005/11/23 18:27:13 erh Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -497,7 +497,6 @@ PKG_DELETE_CMD?= ${PKG_TOOLS_BIN}/pkg_delete PKG_INFO_CMD?= ${PKG_TOOLS_BIN}/pkg_info PKG_VIEW_CMD?= ${PKG_TOOLS_BIN}/pkg_view LINKFARM_CMD?= ${PKG_TOOLS_BIN}/linkfarm -AUDIT_PACKAGES_CMD?= ${LOCALBASE}/sbin/audit-packages .if !defined(PKGTOOLS_VERSION) PKGTOOLS_VERSION!= ${PKG_INFO_CMD} -V 2>/dev/null || echo 20010302 @@ -528,7 +527,6 @@ PKG_DELETE?= ${PKGTOOLS_ENV} ${PKG_DELETE_CMD} ${PKGTOOLS_ARGS} PKG_INFO?= ${PKGTOOLS_ENV} ${PKG_INFO_CMD} ${PKGTOOLS_ARGS} PKG_VIEW?= ${PKGTOOLS_ENV} ${PKG_VIEW_CMD} ${PKG_VIEW_ARGS} LINKFARM?= ${LINKFARM_CMD} -AUDIT_PACKAGES?= ${PKGTOOLS_ENV} ${AUDIT_PACKAGES_CMD} ${PKGTOOLS_ARGS} # "${PKG_BEST_EXISTS} pkgpattern" prints out the name of the installed # package that best matches pkgpattern. Use this instead of |