summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-26 08:37:03 +0000
committerrillig <rillig@pkgsrc.org>2006-11-26 08:37:03 +0000
commit714dc5ff6b628c254ff4f7b868b071d912921de3 (patch)
tree9914f72a5e2ae6fde7d62e6c59c6783976e278e6 /mk/bsd.pkg.mk
parent913617419c95079dfb33aae78cb9bd73a4c54be7 (diff)
downloadpkgsrc-714dc5ff6b628c254ff4f7b868b071d912921de3.tar.gz
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.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
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"