diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-29 04:10:53 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-29 04:10:53 +0000 |
commit | c9516c3d203dac14d501eabb8c187ee17c435476 (patch) | |
tree | ca5c953d4ccd05c414c915691b209f78f9e5f137 /games | |
parent | Update to 0.9.4: both fixes linux binary compatibility on some cards (diff) |
Fix a braino: when using @unexec rmdir, must specify %D/foo so rmdir knows
what to remove (opposed to just rmdir foo).
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=50709
Diffstat (limited to 'games')
-rw-r--r-- | games/dopewars/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/dopewars/pkg-plist b/games/dopewars/pkg-plist index f71c15c9fc35..70c5c41489df 100644 --- a/games/dopewars/pkg-plist +++ b/games/dopewars/pkg-plist @@ -21,9 +21,9 @@ share/locale/fr/LC_MESSAGES/dopewars.mo share/locale/pl/LC_MESSAGES/dopewars.mo share/locale/pt_BR/LC_MESSAGES/dopewars.mo share/gnome/apps/Games/dopewars.desktop -@unexec rmdir share/gnome/apps/Games 2>/dev/null || true -@unexec rmdir share/gnome/apps 2>/dev/null || true -@unexec rmdir share/gnome 2>/dev/null || true +@unexec rmdir %D/share/gnome/apps/Games 2>/dev/null || true +@unexec rmdir %D/share/gnome/apps 2>/dev/null || true +@unexec rmdir %D/share/gnome 2>/dev/null || true @dirrm share/dopewars/pixmaps @dirrm share/dopewars %%PORTDOCS%%@dirrm share/doc/%%DOPEWARS%% |