aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook-xsl/files/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/docbook-xsl/files/pkg-deinstall.in')
-rw-r--r--textproc/docbook-xsl/files/pkg-deinstall.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/docbook-xsl/files/pkg-deinstall.in b/textproc/docbook-xsl/files/pkg-deinstall.in
index d5743543c193..173211d9bd94 100644
--- a/textproc/docbook-xsl/files/pkg-deinstall.in
+++ b/textproc/docbook-xsl/files/pkg-deinstall.in
@@ -2,13 +2,10 @@
# This script will remove the docbook-xsl entries added to xml catalog.
# -- Rui Lopes <rui@ruilopes.com>
-XMLCATMGR=@XMLCATMGR@
-CATALOG_PORTS_XML=@CATALOG_PORTS_XML@
-
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
-${XMLCATMGR} -c "${CATALOG_PORTS_XML}" remove \
+%%XMLCATMGR%% -c %%CATALOG_PORTS%% remove \
http://docbook.sourceforge.net/release/xsl/
exit 0