diff options
author | erh <erh@pkgsrc.org> | 2005-11-17 17:05:30 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2005-11-17 17:05:30 +0000 |
commit | 31448b1b1cde05f49c7398f114524b563cd3820d (patch) | |
tree | cd02fb6f7f5531e870b8374329070116a3f1718c /pkgtools/pkg_install | |
parent | ffffe33ae838911a6d92fdc599a380fe23941a25 (diff) | |
download | pkgsrc-31448b1b1cde05f49c7398f114524b563cd3820d.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')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
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 |