summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-16 09:38:53 +0000
committerrillig <rillig@pkgsrc.org>2006-11-16 09:38:53 +0000
commit825ba83c0e68c8531fa6b96068b41ef2c5f82389 (patch)
treea970a4e5c2a14e291c169461b371e2f589d18bcc /mk/bsd.pkg.mk
parentaffda4eb24a4f9fc270b5cfc7a090e5762fcefb9 (diff)
downloadpkgsrc-825ba83c0e68c8531fa6b96068b41ef2c5f82389.tar.gz
Moved the check for PKG_FAIL_REASON and PKG_SKIP_REASON at the very end
of bsd.pkg.mk, so that all infrastructure parts may add their error messages to PKG_FAIL_REASON.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index e2b720267c1..624e92317ab 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1896 2006/11/14 13:56:14 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1897 2006/11/16 09:38:53 rillig Exp $
#
# This file is in the public domain.
#
@@ -563,8 +563,6 @@ PKG_SKIP_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}"
. endif # !__PLATFORM_OK
.endif
-.include "${.PARSEDIR}/internal/pkg_fail_reason.mk"
-
# Add these defs to the ones dumped into +BUILD_DEFS
_BUILD_DEFS+= PKGPATH
_BUILD_DEFS+= OPSYS OS_VERSION MACHINE_ARCH MACHINE_GNU_ARCH
@@ -916,3 +914,4 @@ changes-entry:
.if make(help)
.include "${PKGSRCDIR}/mk/help/help.mk"
.endif
+.include "${.PARSEDIR}/internal/pkg_fail_reason.mk"