pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlcatmgr Replaced $c with ${c} to make pkgli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b5c724773bc
branches:  trunk
changeset: 494300:0b5c724773bc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 22 21:54:59 2005 +0000

description:
Replaced $c with ${c} to make pkglint happy.

diffstat:

 textproc/xmlcatmgr/catalogs.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2459bf2855c2 -r 0b5c724773bc textproc/xmlcatmgr/catalogs.mk
--- a/textproc/xmlcatmgr/catalogs.mk    Sun May 22 21:53:49 2005 +0000
+++ b/textproc/xmlcatmgr/catalogs.mk    Sun May 22 21:54:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: catalogs.mk,v 1.11 2005/05/11 02:07:37 jlam Exp $
+# $NetBSD: catalogs.mk,v 1.12 2005/05/22 21:54:59 rillig Exp $
 #
 # This Makefile fragment is intended to be included by packages that install
 # catalog files or DTDs.  It takes care of registering them into the right
@@ -32,14 +32,14 @@
 # Convert SGML_CATALOGS files into arguments for SGML_ENTRIES.
 .if !empty(SGML_CATALOGS)
 .  for c in ${SGML_CATALOGS}
-SGML_ENTRIES+= CATALOG ${PREFIX:=$c} --
+SGML_ENTRIES+= CATALOG ${PREFIX:=${c}} --
 .  endfor
 .endif
 
 # Convert XML_CATALOGS files into arguments for XML_ENTRIES.
 .if !empty(XML_CATALOGS)
 .  for c in ${XML_CATALOGS}
-XML_ENTRIES+=  nextCatalog ${PREFIX:=$c} --
+XML_ENTRIES+=  nextCatalog ${PREFIX:=${c}} --
 .  endfor
 .endif
 



Home | Main Index | Thread Index | Old Index