pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files - Fixed typo: It's __NetBSD_Ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b29402053717
branches:  trunk
changeset: 505250:b29402053717
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 01 19:07:20 2006 +0000

description:
- Fixed typo: It's __NetBSD_Version__, not __NetBSD_Version_.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d906e34b8f67 -r b29402053717 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sun Jan 01 18:59:04 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sun Jan 01 19:07:20 2006 +0000
@@ -1,5 +1,5 @@
 #! @PERL@ -w
-# $NetBSD: pkglint.pl,v 1.441 2006/01/01 18:40:12 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.442 2006/01/01 19:07:20 rillig Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -3114,7 +3114,7 @@
                                __INTERIX
                                __linux__
                                __MINGW32__
-                               __NetBSD__ __NetBSD_Version_
+                               __NetBSD__ __NetBSD_Version__
                                __OpenBSD__
                                __SVR4
                                __sun



Home | Main Index | Thread Index | Old Index