summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-17 17:46:49 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-17 17:46:49 +0000
commit566d9afee3726a4cd8b128649218802fc81b102b (patch)
tree8a6810c33089c7051fac9c42aed929f54a5f44ca /textproc/xmlcatmgr
parentbaff5056e493871aa6b738f959d15df90a5dd060 (diff)
downloadpkgsrc-566d9afee3726a4cd8b128649218802fc81b102b.tar.gz
s/PKGBASE/PKGNAME/ (gives more information, and looks better ;)
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/files/deinstall.tmpl6
-rw-r--r--textproc/xmlcatmgr/files/install.tmpl6
2 files changed, 6 insertions, 6 deletions
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"