From 907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 01:55:36 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- devel/goffice/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/goffice') diff --git a/devel/goffice/pkg-plist b/devel/goffice/pkg-plist index 18dcdd908178..0a114e23d4ba 100644 --- a/devel/goffice/pkg-plist +++ b/devel/goffice/pkg-plist @@ -311,8 +311,8 @@ share/locale/uk/LC_MESSAGES/goffice.mo share/locale/vi/LC_MESSAGES/goffice.mo share/locale/zh_CN/LC_MESSAGES/goffice.mo share/locale/zh_TW/LC_MESSAGES/goffice.mo -@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/mr 2> /dev/null || true +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr @dirrm share/gnome/pixmaps/goffice @dirrm share/gnome/goffice/%%VERSION%%/patterns @dirrm share/gnome/goffice/%%VERSION%%/glade -- cgit