pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libkver Skip the permission check for libkver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad2e6628d10c
branches:  trunk
changeset: 531250:ad2e6628d10c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 26 12:24:08 2007 +0000

description:
Skip the permission check for libkver as well to avoid cyclic
dependencies.

diffstat:

 pkgtools/libkver/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cf9cc6d7f088 -r ad2e6628d10c pkgtools/libkver/Makefile
--- a/pkgtools/libkver/Makefile Thu Jul 26 12:22:11 2007 +0000
+++ b/pkgtools/libkver/Makefile Thu Jul 26 12:24:08 2007 +0000
@@ -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 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+CHECK_PERMS=           no
 
 NO_PKGTOOLS_REQD_CHECK=        yes
 NO_CHECKSUM=           yes



Home | Main Index | Thread Index | Old Index