diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 13:52:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 13:52:28 +0800 |
commit | c4a26e854bc716521cc036b6b2af382ca3e9f354 (patch) | |
tree | a083545526674c69152efa5a6d9d6c36905a818d /mail/claws-mail | |
parent | 3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff) | |
download | freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.zst freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist index 0008020e28e0..0596059b0a5c 100644 --- a/mail/claws-mail/pkg-plist +++ b/mail/claws-mail/pkg-plist @@ -206,8 +206,8 @@ libdata/pkgconfig/sylpheed-claws.pc %%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpcore %%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpinline %%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpmime -@unexec rmdir %D/include/sylpheed-claws/plugins 2>/dev/null >/dev/null || true -@dirrm include/sylpheed-claws +@dirrmtry include/sylpheed-claws/plugins +@dirrmtry include/sylpheed-claws %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.so %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin_gtk.so %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin_gtk.deps |