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/halflifeserver | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (diff) | |
download | ports-0416031c9ba13da33845bc762078065b482dd551.tar.gz ports-0416031c9ba13da33845bc762078065b482dd551.zip |
Notes
Diffstat (limited to 'games/halflifeserver')
-rw-r--r-- | games/halflifeserver/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/halflifeserver/pkg-plist b/games/halflifeserver/pkg-plist index c019c1ffff27..8475f4077f3b 100644 --- a/games/halflifeserver/pkg-plist +++ b/games/halflifeserver/pkg-plist @@ -1856,10 +1856,10 @@ @dirrm %%HLDSDIR%%dmc/events @dirrm %%HLDSDIR%%dmc/dlls @dirrm %%HLDSDIR%%dmc/cl_dlls -@unexec rmdir %D/%%HLDSDIR%%valve 2>/dev/null || true -@unexec rmdir %D/%%HLDSDIR%%reslists 2>/dev/null || true -@unexec rmdir %D/%%HLDSDIR%%tfc 2>/dev/null || true -@unexec rmdir %D/%%HLDSDIR%%ricochet 2>/dev/null || true -@unexec rmdir %D/%%HLDSDIR%%dmc 2>/dev/null || true +@dirrmtry %%HLDSDIR%%valve +@dirrmtry %%HLDSDIR%%reslists +@dirrmtry %%HLDSDIR%%tfc +@dirrmtry %%HLDSDIR%%ricochet +@dirrmtry %%HLDSDIR%%dmc @unexec rmdir %D/%%HLDSDIR%% 2>/dev/null || echo "If you are permanently removing this port and its mods, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%`` to remove any configuration files and logs left." | fmt -@unexec rmdir %D/%%HLDSBASE%% 2>/dev/null || true +@dirrmtry %%HLDSBASE%% |