pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libkver Thinking again, include bsd.prefs.mk ...



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

description:
Thinking again, include bsd.prefs.mk *first* and override CHECK_PERMS
afterwards, the user might have set it.

diffstat:

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

diffs (26 lines):

diff -r ad2e6628d10c -r 8719a5a09246 pkgtools/libkver/Makefile
--- a/pkgtools/libkver/Makefile Thu Jul 26 12:24:08 2007 +0000
+++ b/pkgtools/libkver/Makefile Thu Jul 26 12:24:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/07/26 12:24:08 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2007/07/26 12:24:52 joerg Exp $
 
 DISTNAME=              libkver-${VERSION}
 CATEGORIES=            pkgtools
@@ -11,6 +11,8 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+.include "../../mk/bsd.prefs.mk"
+
 CHECK_PERMS=           no
 
 NO_PKGTOOLS_REQD_CHECK=        yes
@@ -23,7 +25,6 @@
 
 BUILDLINK_PASSTHRU_DIRS=       ${BSDSRCDIR}/sys
 
-.include "../../mk/bsd.prefs.mk"
 
 LDD_SYSCTL!=   ldd /sbin/sysctl 2>&1 || ${TRUE}
 MAKE_ENV+=     LDD_SYSCTL=${LDD_SYSCTL:Q} # save another ldd run



Home | Main Index | Thread Index | Old Index