diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
commit | 907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch) | |
tree | c7335c38bb107ec2177c798763c3b89da5c2523b /french/homard | |
parent | e80f0953d18006170971019cc3936a2de46081ab (diff) | |
download | freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.zst freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'french/homard')
-rw-r--r-- | french/homard/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/french/homard/pkg-plist b/french/homard/pkg-plist index c3467c7c1780..b00e1c189e51 100644 --- a/french/homard/pkg-plist +++ b/french/homard/pkg-plist @@ -92,5 +92,5 @@ bin/%%UNAMES%%/%%HOMARDPG%% @exec ln -sf %%HOMARDDIR%%/homard %%ASTER_TOOLS%% @unexec rm -f %%ASTER_TOOLS%%/aster_homard_py @unexec rm -f %%ASTER_TOOLS%%/homard -@unexec rmdir %D/bin/%%UNAMES%% 2>/dev/null || true -@unexec rmdir %D/apps 2>/dev/null || true +@dirrmtry bin/%%UNAMES%% +@dirrmtry apps |