summaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 06:28:59 +0000
committeredwin <edwin@FreeBSD.org>2006-01-22 06:28:59 +0000
commit1677f97aa26c838254a6818de8cfcfd86c746dfb (patch)
tree2c27fc7a03a5b890cdd90d621e595a87209475e6 /palm
parent9a0941e0406efa462ec7e72b9a3422d5f60a1506 (diff)
downloadFreeBSD-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')
-rw-r--r--palm/gnome-pilot/pkg-plist8
-rw-r--r--palm/gnomepilot2/pkg-plist8
-rw-r--r--palm/p5-Palm-PalmDoc/pkg-plist6
3 files changed, 11 insertions, 11 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
diff --git a/palm/gnomepilot2/pkg-plist b/palm/gnomepilot2/pkg-plist
index bd48964..3e65cd3 100644
--- a/palm/gnomepilot2/pkg-plist
+++ b/palm/gnomepilot2/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
diff --git a/palm/p5-Palm-PalmDoc/pkg-plist b/palm/p5-Palm-PalmDoc/pkg-plist
index 6217727..96504bc 100644
--- a/palm/p5-Palm-PalmDoc/pkg-plist
+++ b/palm/p5-Palm-PalmDoc/pkg-plist
@@ -1,5 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Palm/PalmDoc/.packlist
%%SITE_PERL%%/Palm/PalmDoc.pm
-@unexec rmdir %D%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Palm/PalmDoc 2>/dev/null || true
-@unexec rmdir %D%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Palm 2>/dev/null || true
-@unexec rmdir %D%/%%SITE_PERL%%/Palm 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Palm/PalmDoc
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Palm
+@dirrmtry %%SITE_PERL%%/Palm
OpenPOWER on IntegriCloud