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 a typo (SUBST_PLIST => ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81efddb44e69
branches:  trunk
changeset: 504285:81efddb44e69
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 08 10:07:20 2005 +0000

description:
- Fixed a typo (SUBST_PLIST => PLIST_SUBST) noted by wiz.

diffstat:

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

diffs (24 lines):

diff -r 723d7397ad78 -r 81efddb44e69 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Thu Dec 08 10:06:32 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Thu Dec 08 10:07:20 2005 +0000
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.432 2005/12/08 09:01:08 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.433 2005/12/08 10:07:20 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -2193,9 +2193,9 @@
                        "operator when they are appended. As it is hard to check whether a",
                        "variable that is appended to PLIST_SUBST is already quoted or not, you",
                        "should not have pre-quoted variables at all. To solve this, you should",
-                       "directly use SUBST_PLIST+= ${varname}=${value} or use any other",
+                       "directly use PLIST_SUBST+= ${varname}=${value} or use any other",
                        "variable for collecting the list of PLIST substitutions and later",
-                       "append that variable with SUBST_PLIST+= \${MY_SUBST_PLIST}.");
+                       "append that variable with PLIST_SUBST+= \${MY_PLIST_SUBST}.");
        }
 }
 



Home | Main Index | Thread Index | Old Index