summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-05-30 15:01:44 +0000
committerhubertf <hubertf>2000-05-30 15:01:44 +0000
commit1ea6cdde71b246ca438c3e0f7452e3d3104c7019 (patch)
treed706c801aa1eed3fc3b6ea205c157ac477d25f95 /mk
parent7d9a63edea320abcc7b53c72cf2f14558fdf351d (diff)
downloadpkgsrc-1ea6cdde71b246ca438c3e0f7452e3d3104c7019.tar.gz
Re-word message if a pkg is not supported no a given platform;
make it sound less broken.
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 a9bac16f8f2..f5672762717 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.437 2000/05/19 21:07:00 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.438 2000/05/30 15:01:44 hubertf Exp $
#
# This file is in the public domain.
#
@@ -38,7 +38,7 @@ __PLATFORM_OK?=
.endfor
.if !defined(__PLATFORM_OK)
-IGNORE= "does not work on ${MACHINE_PLATFORM}"
+IGNORE= "is not available for ${MACHINE_PLATFORM}"
.endif
##### Some overrides of defaults below on a per-OS basis.