diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
commit | 913a5a5cbae4d0f429ae82617b4e1fca51867d49 (patch) | |
tree | f99bd9b91ec272158b0ee070a9ec0871177d6ea8 /deskutils/xcalendar/pkg-plist | |
parent | ffbac30e7dc48153e09f82916b1b30c551b8a199 (diff) | |
download | freebsd-ports-913a5a5cbae4d0f429ae82617b4e1fca51867d49.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'deskutils/xcalendar/pkg-plist')
-rw-r--r-- | deskutils/xcalendar/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xcalendar/pkg-plist b/deskutils/xcalendar/pkg-plist index 90013f6c7dcf..56cfb0bc61e2 100644 --- a/deskutils/xcalendar/pkg-plist +++ b/deskutils/xcalendar/pkg-plist @@ -10,5 +10,5 @@ lib/X11/xcalendar/rarrow.xbm lib/X11/xcalendar/xcalendar.hlp @dirrm lib/X11/xcalendar @dirrm lib/X11/ja_JP.eucJP/xcalendar -@unexec rmdir %D/lib/X11/ja_JP.eucJP/app-defaults 2>/dev/null || true -@unexec rmdir %D/lib/X11/ja_JP.eucJP 2>/dev/null || true +@dirrmtry lib/X11/ja_JP.eucJP/app-defaults +@dirrmtry lib/X11/ja_JP.eucJP |