aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-14 09:50:42 +0800
committersteve <steve@FreeBSD.org>1999-11-14 09:50:42 +0800
commit6d18417df580c3511dc4379555f38914418ad7e8 (patch)
treeee5c2976f22911416a646539afe1cf0e0190f5a1 /x11-wm
parenta8d3328da504e86fc0880e6eba0a62b67ea5f801 (diff)
downloadfreebsd-ports-gnome-6d18417df580c3511dc4379555f38914418ad7e8.tar.gz
freebsd-ports-gnome-6d18417df580c3511dc4379555f38914418ad7e8.tar.zst
freebsd-ports-gnome-6d18417df580c3511dc4379555f38914418ad7e8.zip
Quietly try to remove a directory that is owned by the XFree86 port
and don't bomb if it fails. PR: 14666 Submitted by: Alec Wolman <wolman@cs.washington.edu>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ctwm/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/ctwm/pkg-plist b/x11-wm/ctwm/pkg-plist
index 4c2029e431b1..d8106fa0a108 100644
--- a/x11-wm/ctwm/pkg-plist
+++ b/x11-wm/ctwm/pkg-plist
@@ -90,4 +90,4 @@ lib/X11/twm/images/xrn.nonews.xpm
lib/X11/twm/images/xrn.xpm
lib/X11/twm/images/xterm.xpm
@dirrm lib/X11/twm/images
-@dirrm lib/X11/twm
+@unexec rmdir %D/lib/X11/twm 2>/dev/null || true