diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 11:01:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 11:01:03 +0800 |
commit | e31bed690b2fba4714686b691a351a51b98d80e8 (patch) | |
tree | fb869b3f76a5b4c5a0d4932490adea12d65abd80 /net-p2p/amule-devel | |
parent | 176655f0a1e9745862db36b0cbfab399d74d1339 (diff) | |
download | freebsd-ports-gnome-e31bed690b2fba4714686b691a351a51b98d80e8.tar.gz freebsd-ports-gnome-e31bed690b2fba4714686b691a351a51b98d80e8.tar.zst freebsd-ports-gnome-e31bed690b2fba4714686b691a351a51b98d80e8.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'net-p2p/amule-devel')
-rw-r--r-- | net-p2p/amule-devel/pkg-plist | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/net-p2p/amule-devel/pkg-plist b/net-p2p/amule-devel/pkg-plist index aec2e898ca9b..b579ccf62f0d 100644 --- a/net-p2p/amule-devel/pkg-plist +++ b/net-p2p/amule-devel/pkg-plist @@ -33,14 +33,14 @@ share/locale/it_CH/LC_MESSAGES/amule.mo share/locale/pt_PT/LC_MESSAGES/amule.mo share/locale/hr/LC_MESSAGES/amule.mo share/locale/sl/LC_MESSAGES/amule.mo -@unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/en_US 2>/dev/null || true -@unexec rmdir %D/share/locale/et_EE/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/et_EE 2>/dev/null || true -@unexec rmdir %D/share/locale/it_CH/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/it_CH 2>/dev/null || true -@unexec rmdir %D/share/locale/ko_KR/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ko_KR 2>/dev/null || true +@dirrmtry share/locale/en_US/LC_MESSAGES +@dirrmtry share/locale/en_US +@dirrmtry share/locale/et_EE/LC_MESSAGES +@dirrmtry share/locale/et_EE +@dirrmtry share/locale/it_CH/LC_MESSAGES +@dirrmtry share/locale/it_CH +@dirrmtry share/locale/ko_KR/LC_MESSAGES +@dirrmtry share/locale/ko_KR share/gnome/doc/aMule-2.1.0/ABOUT-NLS share/gnome/doc/aMule-2.1.0/amulesig.txt share/gnome/doc/aMule-2.1.0/amule-win32.HOWTO.txt @@ -53,15 +53,15 @@ share/gnome/doc/aMule-2.1.0/README share/gnome/doc/aMule-2.1.0/TODO share/gnome/doc/aMule-2.1.0/EC_Protocol.txt share/gnome/doc/aMule-2.1.0/socks4.protocol -@unexec rmdir %D/share/gnome/doc/aMule-2.1.0 2>/dev/null || true -@unexec rmdir %D/share/gnome/doc 2>/dev/null || true +@dirrmtry share/gnome/doc/aMule-2.1.0 +@dirrmtry share/gnome/doc %%PL_CAS%%share/gnome/cas/tmp.html %%PL_CAS%%share/gnome/cas/stat.png %%PL_CAS%%@unexec rmdir %D/share/gnome/cas 2>/dev/null || true %%PL_CAS%%share/gnome/pixmaps/wxcas.xpm %%PL_ALC%%share/gnome/pixmaps/alc.xpm share/gnome/pixmaps/amule.xpm -@unexec rmdir %D/share/gnome/pixmaps 2>/dev/null || true +@dirrmtry share/gnome/pixmaps %%PL_CAS%%share/gnome/applications/wxcas.desktop %%PL_ALC%%share/gnome/applications/alc.desktop share/gnome/applications/amule.desktop @@ -231,8 +231,8 @@ share/gnome/applications/amule.desktop %%PL_AMULEWEBSRV%%@unexec rmdir %D/share/gnome/amule/webserver 2>/dev/null || true %%PL_AMULEWEBSRV%%@unexec rmdir %D/share/gnome/amule 2>/dev/null || true lib/xchat/plugins/xas.pl -@unexec rmdir %D/lib/xchat/plugins 2>/dev/null || true -@unexec rmdir %D/lib/xchat 2>/dev/null || true +@dirrmtry lib/xchat/plugins +@dirrmtry lib/xchat %%PL_CAS%%bin/cas %%PL_CAS%%bin/wxcas %%PL_ALC%%bin/alc |