diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
commit | e80f0953d18006170971019cc3936a2de46081ab (patch) | |
tree | 2ced76b22a5a33be9fc8a463ef1df3c21eb26234 /chinese/scim-pinyin | |
parent | f70b9e5e41d04219d385f0493662aacb199e31cc (diff) | |
download | FreeBSD-ports-e80f0953d18006170971019cc3936a2de46081ab.zip FreeBSD-ports-e80f0953d18006170971019cc3936a2de46081ab.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'chinese/scim-pinyin')
-rw-r--r-- | chinese/scim-pinyin/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/scim-pinyin/pkg-plist b/chinese/scim-pinyin/pkg-plist index f9fb8730..fe80075 100644 --- a/chinese/scim-pinyin/pkg-plist +++ b/chinese/scim-pinyin/pkg-plist @@ -12,6 +12,6 @@ share/scim/pinyin/pinyin_phrase_lib share/scim/pinyin/pinyin_table share/scim/pinyin/special_table share/scim/icons/smart-pinyin.png -@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true -@unexec rmdir %D/lib/scim-1.0/SetupUI 2>/dev/null || true +@dirrmtry lib/scim-1.0/IMEngine +@dirrmtry lib/scim-1.0/SetupUI @dirrm share/scim/pinyin |