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/p5-Games-Dice | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (diff) | |
download | ports-0416031c9ba13da33845bc762078065b482dd551.tar.gz ports-0416031c9ba13da33845bc762078065b482dd551.zip |
Notes
Diffstat (limited to 'games/p5-Games-Dice')
-rw-r--r-- | games/p5-Games-Dice/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/p5-Games-Dice/pkg-plist b/games/p5-Games-Dice/pkg-plist index c1d04eb8a7a3..c846372751ff 100644 --- a/games/p5-Games-Dice/pkg-plist +++ b/games/p5-Games-Dice/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Games/Dice.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games +@dirrmtry %%SITE_PERL%%/Games |