diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-11 15:07:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-11 15:07:35 +0800 |
commit | 0e860f206559744b98728e3fa60e630f1f983dde (patch) | |
tree | 1c344df40661594dac29955e56103c166f573c0b /textproc/gnome-spell | |
parent | 9341097fb4e0af9d37bd5c4549227caafde1db0d (diff) | |
download | freebsd-ports-gnome-0e860f206559744b98728e3fa60e630f1f983dde.tar.gz freebsd-ports-gnome-0e860f206559744b98728e3fa60e630f1f983dde.tar.zst freebsd-ports-gnome-0e860f206559744b98728e3fa60e630f1f983dde.zip |
Remove some control-center directories if they exist and are empty. This
keeps us from adding a mostly superfluous RUN_DEPENDS on gnomecontrolcenter2.
Reported by: adamw
Diffstat (limited to 'textproc/gnome-spell')
-rw-r--r-- | textproc/gnome-spell/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/gnome-spell/pkg-plist b/textproc/gnome-spell/pkg-plist index 8eadb0ea194d..7d770b26ae5c 100644 --- a/textproc/gnome-spell/pkg-plist +++ b/textproc/gnome-spell/pkg-plist @@ -40,4 +40,6 @@ share/locale/vi/LC_MESSAGES/gnome-spell-%%VERSION%%.mo share/locale/wa/LC_MESSAGES/gnome-spell-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/gnome-spell-%%VERSION%%.mo @dirrm share/gnome/gnome-spell-%%VERSION%% +@unexec /bin/rmdir %D/share/gnome/control-center-2.0/icons 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/gnome/control-center-2.0 2>/dev/null || /usr/bin/true @dirrm lib/gnome-spell |