diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 1677f97aa26c838254a6818de8cfcfd86c746dfb (patch) | |
tree | 2c27fc7a03a5b890cdd90d621e595a87209475e6 /palm/gnome-pilot | |
parent | 9a0941e0406efa462ec7e72b9a3422d5f60a1506 (diff) | |
download | FreeBSD-ports-1677f97aa26c838254a6818de8cfcfd86c746dfb.zip FreeBSD-ports-1677f97aa26c838254a6818de8cfcfd86c746dfb.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'palm/gnome-pilot')
-rw-r--r-- | palm/gnome-pilot/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/palm/gnome-pilot/pkg-plist b/palm/gnome-pilot/pkg-plist index bd48964..3e65cd3 100644 --- a/palm/gnome-pilot/pkg-plist +++ b/palm/gnome-pilot/pkg-plist @@ -99,7 +99,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-pilot.mo @dirrm share/gnome/gnome-pilot/glade @dirrm include/libgpilotdCM @dirrm include/gpilotd -@unexec rmdir %D/share/gnome/gnome-pilot/conduits 2>/dev/null || /usr/bin/true -@unexec rmdir %D/share/gnome/gnome-pilot 2>/dev/null || /usr/bin/true -@unexec rmdir %D/lib/gnome-pilot/conduits 2>/dev/null || /usr/bin/true -@unexec rmdir %D/lib/gnome-pilot 2>/dev/null || /usr/bin/true +@dirrmtry share/gnome/gnome-pilot/conduits +@dirrmtry share/gnome/gnome-pilot +@dirrmtry lib/gnome-pilot/conduits +@dirrmtry lib/gnome-pilot |