summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-11-03 14:49:00 +0000
committerjoerg <joerg>2007-11-03 14:49:00 +0000
commit32c1afa912521b30f1618bac09a51dfa0863148d (patch)
tree89e4238add06ac4f2acd87b47338b1fcbb5471ca
parentb7ac13b04c52328fc9efe13995ee5f13a5db48e0 (diff)
downloadpkgsrc-32c1afa912521b30f1618bac09a51dfa0863148d.tar.gz
pkg_install does the right things with the files, so CHECK_PERMS is not
useful and creates cyclic dependencies if pkg_install is outdated. From Peter Bex.
-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 a94fd2fd91f..600408438ce 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2007/09/27 13:30:27 joerg Exp $
+# $NetBSD: Makefile,v 1.144 2007/11/03 14:49:00 joerg Exp $
# Notes to package maintainers:
#
@@ -38,6 +38,7 @@ NO_PKGTOOLS_REQD_CHECK= yes
NO_CHECKSUM= yes
NO_MTREE= yes
PKG_PRESERVE= yes
+CHECK_PERMS= no
# These are needed to solve a chicken-and-egg problem where pkgsrc uses
# newer features of pkg_install, but older NetBSD installations won't