pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/features Fix typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34637f2c2e59
branches:  trunk
changeset: 543330:34637f2c2e59
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 14 08:55:58 2008 +0000

description:
Fix typo.

diffstat:

 mk/features/features-vars.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 29b8a07f3520 -r 34637f2c2e59 mk/features/features-vars.mk
--- a/mk/features/features-vars.mk      Sat Jun 14 08:50:53 2008 +0000
+++ b/mk/features/features-vars.mk      Sat Jun 14 08:55:58 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: features-vars.mk,v 1.18 2008/05/26 17:48:27 tnn Exp $
+# $NetBSD: features-vars.mk,v 1.19 2008/06/14 08:55:58 joerg Exp $
 #
 # The platforms that are supported by pkgsrc differ in the amount of
 # functions they provide in the C library (libc). Functions that are
-# typically available on NetBSD are provided in the libnbcomat package.
+# typically available on NetBSD are provided in the libnbcompat package.
 #
 # This file defines a set of "features" that some packages require.
 # Whenever a package makes use of them, it should list the features in



Home | Main Index | Thread Index | Old Index