summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/xmlcatmgr/Makefile4
-rw-r--r--textproc/xmlcatmgr/distinfo6
-rw-r--r--textproc/xmlcatmgr/files/deinstall.tmpl6
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index 99582f3cfdb..058d1f0ef7a 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2004/01/05 23:43:06 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/17 16:00:20 jmmv Exp $
#
-DISTNAME= xmlcatmgr-2.0alpha1
+DISTNAME= xmlcatmgr-2.0alpha2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlcatmgr/}
diff --git a/textproc/xmlcatmgr/distinfo b/textproc/xmlcatmgr/distinfo
index 8210927774d..05edf01b8df 100644
--- a/textproc/xmlcatmgr/distinfo
+++ b/textproc/xmlcatmgr/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/12/23 11:45:05 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2004/01/17 16:00:20 jmmv Exp $
-SHA1 (xmlcatmgr-2.0alpha1.tar.gz) = ad6f449cdfbb217abed6f0bdf63f1e02e3a09262
-Size (xmlcatmgr-2.0alpha1.tar.gz) = 21392 bytes
+SHA1 (xmlcatmgr-2.0alpha2.tar.gz) = cb23ae6e32f138dd3b3fb60d905380713ad6272c
+Size (xmlcatmgr-2.0alpha2.tar.gz) = 22647 bytes
diff --git a/textproc/xmlcatmgr/files/deinstall.tmpl b/textproc/xmlcatmgr/files/deinstall.tmpl
index 9e21d7deb19..c7e7045498a 100644
--- a/textproc/xmlcatmgr/files/deinstall.tmpl
+++ b/textproc/xmlcatmgr/files/deinstall.tmpl
@@ -1,4 +1,4 @@
-# $NetBSD: deinstall.tmpl,v 1.3 2003/09/08 12:26:22 jmmv Exp $
+# $NetBSD: deinstall.tmpl,v 1.4 2004/01/17 16:00:20 jmmv Exp $
#
# Unregister SGML/XML catalog entries.
#
@@ -14,14 +14,14 @@ DEINSTALL)
if [ -n "${SGML_ENTRIES}" ]; then
set -- ${SGML_ENTRIES}
while [ $# -gt 0 ]; do
- ${XMLCATMGR} -sc ${SGML_CATALOG} remove "$2"
+ ${XMLCATMGR} -sc ${SGML_CATALOG} remove "$1" "$2"
shift; shift; shift
done
fi
if [ -n "${XML_ENTRIES}" ]; then
set -- ${XML_ENTRIES}
while [ $# -gt 0 ]; do
- ${XMLCATMGR} -c ${XML_CATALOG} remove "$2"
+ ${XMLCATMGR} -c ${XML_CATALOG} remove "$1" "$2"
shift; shift; shift
done
fi