summaryrefslogtreecommitdiffstats
path: root/devel/gconf
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-22 09:41:55 +0000
committersobomax <sobomax@FreeBSD.org>2002-01-22 09:41:55 +0000
commit63fbb65448d282b6bcf3b1a0c7291c6003a34445 (patch)
treebaf6b36098994c070a64f81ee2c1a68ec9a061d2 /devel/gconf
parentc7d355f3098c585084808d571a549ce7ca95ac4a (diff)
downloadFreeBSD-ports-63fbb65448d282b6bcf3b1a0c7291c6003a34445.zip
FreeBSD-ports-63fbb65448d282b6bcf3b1a0c7291c6003a34445.tar.gz
Prefix `%' in filenames passed to the @unexec command with another `%', because
otherwise the symbol are eaten by the format-expansion routine in pkg_delete.
Diffstat (limited to 'devel/gconf')
-rw-r--r--devel/gconf/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gconf/pkg-plist b/devel/gconf/pkg-plist
index 5fec5cb..966ea0b 100644
--- a/devel/gconf/pkg-plist
+++ b/devel/gconf/pkg-plist
@@ -57,10 +57,10 @@ share/locale/uk/LC_MESSAGES/GConf.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo
@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/apps
@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/schemas/apps
-@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%gconf.xml 2>/dev/null || true
-@unexec rm -f %D/etc/gconf/gconf.xml.defaults/apps/%gconf.xml 2>/dev/null || true
-@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/%gconf.xml 2>/dev/null || true
-@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml 2>/dev/null || true
+@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%%gconf.xml 2>/dev/null || true
+@unexec rm -f %D/etc/gconf/gconf.xml.defaults/apps/%%gconf.xml 2>/dev/null || true
+@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/%%gconf.xml 2>/dev/null || true
+@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/apps/%%gconf.xml 2>/dev/null || true
@dirrm share/gnome/gconf/1
@dirrm share/gnome/gconf
@dirrm lib/GConf/1
OpenPOWER on IntegriCloud