diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-26 12:24:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-26 12:24:08 +0000 |
commit | 33e1a9ec53564d940dade99bb5c9064aa27b1f99 (patch) | |
tree | 913545d287d85961fd9cac6bebf060385814c728 /pkgtools | |
parent | 051e08c396a4993455f86607fed3a361abec6553 (diff) | |
download | pkgsrc-33e1a9ec53564d940dade99bb5c9064aa27b1f99.tar.gz |
Skip the permission check for libkver as well to avoid cyclic
dependencies.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libkver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/libkver/Makefile b/pkgtools/libkver/Makefile index f67ab636a38..02eae5f8288 100644 --- a/pkgtools/libkver/Makefile +++ b/pkgtools/libkver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/05/18 22:44:32 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2007/07/26 12:24:08 joerg Exp $ DISTNAME= libkver-${VERSION} CATEGORIES= pkgtools @@ -11,6 +11,7 @@ COMMENT= Shared library and sysctl(1) replacement to override system version PKG_INSTALLATION_TYPES= overwrite pkgviews +CHECK_PERMS= no NO_PKGTOOLS_REQD_CHECK= yes NO_CHECKSUM= yes |