aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/raine
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 09:55:36 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 09:55:36 +0800
commit907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch)
treec7335c38bb107ec2177c798763c3b89da5c2523b /emulators/raine
parente80f0953d18006170971019cc3936a2de46081ab (diff)
downloadfreebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz
freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.zst
freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'emulators/raine')
-rw-r--r--emulators/raine/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/raine/pkg-plist b/emulators/raine/pkg-plist
index f8c2b88dce61..c5e37ad57f63 100644
--- a/emulators/raine/pkg-plist
+++ b/emulators/raine/pkg-plist
@@ -26,8 +26,8 @@ bin/raine
%%DATADIR%%/raine.dat
share/gnome/applications/raine.desktop
share/gnome/pixmaps/raine.png
-@unexec rmdir %D/%%DATADIR%%/roms 2> /dev/null || true
-@unexec rmdir %D/%%DATADIR%%/emudx 2> /dev/null || true
-@unexec rmdir %D/%%DATADIR%%/artwork 2> /dev/null || true
+@dirrmtry %%DATADIR%%/roms
+@dirrmtry %%DATADIR%%/emudx
+@dirrmtry %%DATADIR%%/artwork
@dirrm %%DATADIR%%/languages
-@unexec rmdir %D/%%DATADIR%% 2> /dev/null || true
+@dirrmtry %%DATADIR%%