summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorerh <erh>2005-11-17 17:05:30 +0000
committererh <erh>2005-11-17 17:05:30 +0000
commit0d1824075ed7374731cb364924a34843c63e37a4 (patch)
treecd02fb6f7f5531e870b8374329070116a3f1718c /pkgtools/pkg_install/Makefile
parentb529f489127250f37c94acffd0e137132aa34cce (diff)
downloadpkgsrc-0d1824075ed7374731cb364924a34843c63e37a4.tar.gz
Fix for part of PR#32092: add SKIP_AUDIT_PACKAGES=yes so pkg_install can
be updated even if audit-packages is out of date. The audit-packages package already has this.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 106f88924cb..cc89f8252c0 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2005/11/07 06:52:24 jlam Exp $
+# $NetBSD: Makefile,v 1.121 2005/11/17 17:05:30 erh Exp $
# Notes to package maintainers:
#
@@ -29,6 +29,7 @@ USE_TOOLS= mtree pax tar
USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \
sed sort touch
+SKIP_AUDIT_PACKAGES= yes
NO_PKGTOOLS_REQD_CHECK= # defined
NO_CHECKSUM= yes
NO_MTREE= yes