diff options
author | joerg <joerg@pkgsrc.org> | 2007-11-03 14:49:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-11-03 14:49:00 +0000 |
commit | 6a334feaf4aec0ef56a80de5a79ebe166b9c0168 (patch) | |
tree | 89e4238add06ac4f2acd87b47338b1fcbb5471ca /pkgtools | |
parent | fd49e4f2079a6217214ccc2f05c913d92a217c98 (diff) | |
download | pkgsrc-6a334feaf4aec0ef56a80de5a79ebe166b9c0168.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.
Diffstat (limited to 'pkgtools')
-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 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 |