From e31bed690b2fba4714686b691a351a51b98d80e8 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 03:01:03 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- textproc/gtkspell/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/gtkspell') diff --git a/textproc/gtkspell/pkg-plist b/textproc/gtkspell/pkg-plist index 4a1c19a..cbd47c5 100644 --- a/textproc/gtkspell/pkg-plist +++ b/textproc/gtkspell/pkg-plist @@ -37,5 +37,5 @@ share/locale/zh_TW/LC_MESSAGES/gtkspell.mo @dirrm %%DOCSDIR%% @dirrm include/gtkspell-2.0/gtkspell @dirrm include/gtkspell-2.0 -@unexec rmdir %D/share/locale/rm/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/rm 2>/dev/null || true +@dirrmtry share/locale/rm/LC_MESSAGES +@dirrmtry share/locale/rm -- cgit v1.1