pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlcatmgr Hmmm, revert previous for the momen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b65012b59dd2
branches:  trunk
changeset: 519882:b65012b59dd2
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Thu Oct 12 08:56:56 2006 +0000

description:
Hmmm, revert previous for the moment.  'make show-var VARNAME=XML_ENTRIES'
with this change in-place suggests that sometimes the prefix IS added
in catalogs.mk (and presumably not in the client package, for some reason).

diffstat:

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

diffs (26 lines):

diff -r 90013b0fa70a -r b65012b59dd2 textproc/xmlcatmgr/catalogs.mk
--- a/textproc/xmlcatmgr/catalogs.mk    Thu Oct 12 08:45:34 2006 +0000
+++ b/textproc/xmlcatmgr/catalogs.mk    Thu Oct 12 08:56:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: catalogs.mk,v 1.17 2006/10/12 08:34:56 dsainty Exp $
+# $NetBSD: catalogs.mk,v 1.18 2006/10/12 08:56:56 dsainty 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 ${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 ${c} --
+XML_ENTRIES+=  nextCatalog ${PREFIX:=${c}} --
 .  endfor
 .endif
 



Home | Main Index | Thread Index | Old Index