diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
commit | 508b8d82f4fdfc6889fe17931ef30f047501dfd6 (patch) | |
tree | f7810d4887e5297c7b7788225e906b99c81d709b /net-p2p/dctc-gui | |
parent | Fix pkg-plist. (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'net-p2p/dctc-gui')
-rw-r--r-- | net-p2p/dctc-gui/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/dctc-gui/pkg-plist b/net-p2p/dctc-gui/pkg-plist index 455c8cb1185d..6bccd6512052 100644 --- a/net-p2p/dctc-gui/pkg-plist +++ b/net-p2p/dctc-gui/pkg-plist @@ -28,11 +28,11 @@ share/locale/sv/LC_MESSAGES/dc_gui.mo @unexec %D/share/locale/de/LC_MESSAGES 2>/dev/null || true @unexec %D/share/locale/de 2>/dev/null || true @dirrm share/gnome/pixmaps/dc_gui -@unexec rmdir %D/share/gnome/help/dc_gui/nl/images 2>/dev/null || true +@dirrmtry share/gnome/help/dc_gui/nl/images @dirrm share/gnome/help/dc_gui/nl -@unexec rmdir %D/share/gnome/help/dc_gui/es/images 2>/dev/null || true +@dirrmtry share/gnome/help/dc_gui/es/images @dirrm share/gnome/help/dc_gui/es -@unexec rmdir %D/share/gnome/help/dc_gui/C/images 2>/dev/null || true +@dirrmtry share/gnome/help/dc_gui/C/images @dirrm share/gnome/help/dc_gui/C @dirrm share/gnome/help/dc_gui %%PORTDOCS%%@dirrm share/doc/dctc-gui |