summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-14 01:50:42 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-14 01:50:42 +0000
commite88faef920ad93222307ec3acc65481dabfcdcf5 (patch)
tree4ea8b99d6463e17d51ae4db45c42160b4dbe842e
parentChecksum changed on MASTER_SITE. (diff)
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>
Notes
Notes: svn path=/head/; revision=23068
-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