diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /games/wesnoth/pkg-plist | |
parent | (forced commit) (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154113
Diffstat (limited to 'games/wesnoth/pkg-plist')
-rw-r--r-- | games/wesnoth/pkg-plist | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist index 8f9b4516823b..4028e099c5b7 100644 --- a/games/wesnoth/pkg-plist +++ b/games/wesnoth/pkg-plist @@ -4015,14 +4015,14 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo @dirrm %%DATADIR%%/data/campaigns @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@unexec rmdir %D/share/locale/la/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/la 2> /dev/null || true -@unexec rmdir %D/man/sv/man6 2> /dev/null || true -@unexec rmdir %D/man/sv 2> /dev/null || true -@unexec rmdir %D/man/hu/man6 2> /dev/null || true -@unexec rmdir %D/man/hu 2> /dev/null || true -@unexec rmdir %D/man/de/man6 2> /dev/null || true -@unexec rmdir %D/man/de 2> /dev/null || true +@dirrmtry share/locale/la/LC_MESSAGES +@dirrmtry share/locale/la +@dirrmtry man/sv/man6 +@dirrmtry man/sv +@dirrmtry man/hu/man6 +@dirrmtry man/hu +@dirrmtry man/de/man6 +@dirrmtry man/de %%GNOME:%%share/gnome/applications/wesnoth.desktop %%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png |