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 /graphics/fyre | |
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 'graphics/fyre')
-rw-r--r-- | graphics/fyre/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fyre/pkg-plist b/graphics/fyre/pkg-plist index 75a0480..18a128d 100644 --- a/graphics/fyre/pkg-plist +++ b/graphics/fyre/pkg-plist @@ -14,4 +14,4 @@ share/mime/packages/fyre.xml share/mime/application/x-fyre-animation.xml @dirrm share/fyre %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%WITH_FDO%%@unexec rmdir %D/share/applications 2> /dev/null || true +%%WITH_FDO%%@dirrmtry share/applications |