summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-12-10 13:11:38 +0000
committergrant <grant@pkgsrc.org>2002-12-10 13:11:38 +0000
commit8992d7bdd7ba485c91cf576e5481012c1dbf7445 (patch)
treef3d7e339952444743cbad54722c9f76483d6db27 /mk
parent99f7fad5d5a028d47eec76176c7e007e5d29408e (diff)
downloadpkgsrc-8992d7bdd7ba485c91cf576e5481012c1dbf7445.tar.gz
revert oops in last commit.
Diffstat (limited to '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 7b975032ccb..ecd913cf9fa 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1104 2002/12/10 13:08:34 grant Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1105 2002/12/10 13:11:38 grant Exp $
#
# This file is in the public domain.
#
@@ -1109,7 +1109,7 @@ __PLATFORM_OK?= yes
. endif # MACHINE_PLATFORM
. endfor # __tmp__
. if !defined(__PLATFORM_OK)
-PKG_SKIP_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}"
+PKG_FAIL_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}"
. endif # !__PLATFORM_OK
#