summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortron <tron>2002-01-08 09:56:19 +0000
committertron <tron>2002-01-08 09:56:19 +0000
commit051ddbaa076ada2419c20fe88a2fa446ea38893f (patch)
treecd282acaf85aa8eb016a72e3a2188a71927e6d24 /audio
parent4f4a0977c645f836d77f088b32c9d5cb8dc32f63 (diff)
downloadpkgsrc-051ddbaa076ada2419c20fe88a2fa446ea38893f.tar.gz
Use "${PKG_PREFIX}" in "DEINSTALL" script instead of some place holders
which should have been replaced with "sed" but were not.
Diffstat (limited to 'audio')
-rw-r--r--audio/xmcd/DEINSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmcd/DEINSTALL b/audio/xmcd/DEINSTALL
index f4982ac2612..5709c17ee78 100644
--- a/audio/xmcd/DEINSTALL
+++ b/audio/xmcd/DEINSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1 2001/11/01 00:18:18 zuntum Exp $
+# $NetBSD: DEINSTALL,v 1.2 2002/01/08 09:56:19 tron Exp $
#
PKGNAME=$1
@@ -15,9 +15,9 @@ POST-DEINSTALL)
=============================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove
any cached CD informations in
- @PREFIX@/lib/X11/xmcd/cddb
+ ${PKG_PREFIX}/lib/X11/xmcd/cddb
and any drive informations in
- @PREFIX@/lib/X11/xmcd/config
+ ${PKG_PREFIX}/lib/X11/xmcd/config
e.g. by deleting the corresponding directory. Please note that config
files will get overwritten on re-install if you don't save them manually.
=============================================================================