From 0416031c9ba13da33845bc762078065b482dd551 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis 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/p5-Games-AlphaBeta/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/p5-Games-AlphaBeta') diff --git a/games/p5-Games-AlphaBeta/pkg-plist b/games/p5-Games-AlphaBeta/pkg-plist index b8f8404f2fbd..39f67e72aa02 100644 --- a/games/p5-Games-AlphaBeta/pkg-plist +++ b/games/p5-Games-AlphaBeta/pkg-plist @@ -6,4 +6,4 @@ bin/othello-demo %%SITE_PERL%%/Games/Sequential/Position.pm @dirrm %%SITE_PERL%%/Games/AlphaBeta @dirrm %%SITE_PERL%%/Games/Sequential -@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Games -- cgit v1.2.3