diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
commit | c4a26e854bc716521cc036b6b2af382ca3e9f354 (patch) | |
tree | a083545526674c69152efa5a6d9d6c36905a818d /mail/sylpheed-claws | |
parent | 3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff) | |
download | FreeBSD-ports-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip FreeBSD-ports-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed-claws/pkg-plist b/mail/sylpheed-claws/pkg-plist index 0008020..0596059 100644 --- a/mail/sylpheed-claws/pkg-plist +++ b/mail/sylpheed-claws/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 |