From b0d33a84f15da16b80b1399423f82b63b683f6f6 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 17 Mar 2003 17:46:49 +0000 Subject: s/PKGBASE/PKGNAME/ (gives more information, and looks better ;) --- textproc/xmlcatmgr/files/deinstall.tmpl | 6 +++--- textproc/xmlcatmgr/files/install.tmpl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc/xmlcatmgr/files') diff --git a/textproc/xmlcatmgr/files/deinstall.tmpl b/textproc/xmlcatmgr/files/deinstall.tmpl index 392e8a30a35..e63e0835930 100644 --- a/textproc/xmlcatmgr/files/deinstall.tmpl +++ b/textproc/xmlcatmgr/files/deinstall.tmpl @@ -1,4 +1,4 @@ -# $NetBSD: deinstall.tmpl,v 1.1 2003/01/29 20:21:08 jmmv Exp $ +# $NetBSD: deinstall.tmpl,v 1.2 2003/03/17 17:48:06 jmmv Exp $ # # Unregister SGML/XML catalog entries. # @@ -12,7 +12,7 @@ XML_ENTRIES='@XML_ENTRIES@' case ${STAGE} in DEINSTALL) if [ -n "${SGML_ENTRIES}" ]; then - ${ECHO} "===> Unregistering SGML catalog entries for ${PKGBASE}" + ${ECHO} "===> Unregistering SGML catalog entries for ${PKGNAME}" set -- ${SGML_ENTRIES} while [ $# -gt 0 ]; do ${XMLCATMGR} -sc ${SGML_CATALOG} remove "$2" @@ -20,7 +20,7 @@ DEINSTALL) done fi if [ -n "${XML_ENTRIES}" ]; then - ${ECHO} "===> Unregistering XML catalog entries for ${PKGBASE}" + ${ECHO} "===> Unregistering XML catalog entries for ${PKGNAME}" set -- ${XML_ENTRIES} while [ $# -gt 0 ]; do ${XMLCATMGR} -c ${XML_CATALOG} remove "$2" diff --git a/textproc/xmlcatmgr/files/install.tmpl b/textproc/xmlcatmgr/files/install.tmpl index 448391362fe..92ddc1e8784 100644 --- a/textproc/xmlcatmgr/files/install.tmpl +++ b/textproc/xmlcatmgr/files/install.tmpl @@ -1,4 +1,4 @@ -# $NetBSD: install.tmpl,v 1.1 2003/01/29 20:21:08 jmmv Exp $ +# $NetBSD: install.tmpl,v 1.2 2003/03/17 17:48:06 jmmv Exp $ # # Register SGML/XML catalog entries. # @@ -12,7 +12,7 @@ XML_ENTRIES='@XML_ENTRIES@' case ${STAGE} in POST-INSTALL) if [ -n "${SGML_ENTRIES}" ]; then - ${ECHO} "===> Registering SGML catalog entries for ${PKGBASE}" + ${ECHO} "===> Registering SGML catalog entries for ${PKGNAME}" set -- ${SGML_ENTRIES} while [ $# -gt 0 ]; do ${XMLCATMGR} -sc ${SGML_CATALOG} add "$1" "$2" "$3" @@ -20,7 +20,7 @@ POST-INSTALL) done fi if [ -n "${XML_ENTRIES}" ]; then - ${ECHO} "===> Registering XML catalog entries for ${PKGBASE}" + ${ECHO} "===> Registering XML catalog entries for ${PKGNAME}" set -- ${XML_ENTRIES} while [ $# -gt 0 ]; do ${XMLCATMGR} -c ${XML_CATALOG} add "$1" "$2" "$3" -- cgit v1.2.3