From 714dc5ff6b628c254ff4f7b868b071d912921de3 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 26 Nov 2006 08:37:03 +0000 Subject: Moved the code that checks for PKG_FAIL_REASON and PKG_SKIP reason from the internal/ directory to misc/, since it is not really internal to pkgsrc. Fixed the case where PKG_SKIP_REASON was not noticed by the bulk builds. Added the NOT_FOR_UNPRIVILEGED and ONLY_FOR_UNPRIVILEGED variables. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 95343f1e36c..7ad9709e2be 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1898 2006/11/19 09:32:29 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1899 2006/11/26 08:37:03 rillig Exp $ # # This file is in the public domain. # @@ -914,4 +914,4 @@ changes-entry: .if make(help) .include "${PKGSRCDIR}/mk/help/help.mk" .endif -.include "${.PARSEDIR}/internal/pkg_fail_reason.mk" +.include "${.PARSEDIR}/misc/can-be-built-here.mk" -- cgit v1.2.3