summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-17 17:46:49 +0000
committerjmmv <jmmv>2003-03-17 17:46:49 +0000
commitb0d33a84f15da16b80b1399423f82b63b683f6f6 (patch)
tree8a6810c33089c7051fac9c42aed929f54a5f44ca /textproc
parentece8ead9c6f89271fc167c8073301d1005b994d4 (diff)
downloadpkgsrc-b0d33a84f15da16b80b1399423f82b63b683f6f6.tar.gz
s/PKGBASE/PKGNAME/ (gives more information, and looks better ;)
Diffstat (limited to 'textproc')
-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"