aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gollem
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 /ftp/gollem
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 'ftp/gollem')
-rw-r--r--ftp/gollem/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/gollem/pkg-plist b/ftp/gollem/pkg-plist
index 33866e40f888..bcd72a9c673e 100644
--- a/ftp/gollem/pkg-plist
+++ b/ftp/gollem/pkg-plist
@@ -160,5 +160,5 @@
@dirrm %%GOLLEMDIR%%/lib/Auth
@dirrm %%GOLLEMDIR%%/lib
%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@unexec rmdir %D/%%GOLLEMDIR%%/config 2>/dev/null || true
-@unexec rmdir %D/%%GOLLEMDIR%% 2>/dev/null || true
+@dirrmtry %%GOLLEMDIR%%/config
+@dirrmtry %%GOLLEMDIR%%