From e80f0953d18006170971019cc3936a2de46081ab Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 01:29:46 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- cad/gwave/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cad/gwave') diff --git a/cad/gwave/pkg-plist b/cad/gwave/pkg-plist index e62afab24972..610672a0c050 100644 --- a/cad/gwave/pkg-plist +++ b/cad/gwave/pkg-plist @@ -19,4 +19,4 @@ share/guile/app/gwave/export.scm share/guile/app/gwave/gtk-helpers.scm share/guile/app/gwave/utils.scm @dirrm share/guile/app/gwave -@unexec rmdir %D/share/guile/app 2>/dev/null || true +@dirrmtry share/guile/app -- cgit