aboutsummaryrefslogtreecommitdiff
path: root/games/linux-quake3/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'games/linux-quake3/pkg-plist')
-rw-r--r--games/linux-quake3/pkg-plist3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-quake3/pkg-plist b/games/linux-quake3/pkg-plist
index 88a94199ab49..6f7c422a1252 100644
--- a/games/linux-quake3/pkg-plist
+++ b/games/linux-quake3/pkg-plist
@@ -95,4 +95,5 @@
%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/PunkBuster
%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/LinuxFAQ
%%PORTDOCS%%@dirrm %%Q3DIR%%Docs
-@unexec rmdir %D/%%Q3DIR%% 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%Q3DIR%%`` to remove any configuration files, *.pk3 files, and mods left." | fmt
+@unexec rmdir %D/%%Q3DIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%Q3DIR%%; rmdir ${PKG_PREFIX}/%%Q3BASE%% >/dev/null 2>&1 || true`` to remove any configuration files, *.pk3 files, and mods left." | fmt
+@unexec rmdir %D/%%Q3BASE%% >/dev/null 2>&1 || true