From ffa6a89c602bab7fc1470e34b05dcfe64ce87369 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 02:20:05 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- games/monsterz/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/monsterz') diff --git a/games/monsterz/pkg-plist b/games/monsterz/pkg-plist index 67dc98369463..b213f61920d3 100644 --- a/games/monsterz/pkg-plist +++ b/games/monsterz/pkg-plist @@ -21,4 +21,4 @@ @dirrm %%LINSTDIR%%/sound @dirrm %%LINSTDIR%%/graphics @dirrm %%LINSTDIR%% -@unexec rmdir %D/share/games 2>/dev/null || true +@dirrmtry share/games -- cgit