diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 1677f97aa26c838254a6818de8cfcfd86c746dfb (patch) | |
tree | 2c27fc7a03a5b890cdd90d621e595a87209475e6 /x11-toolkits/gtk12/pkg-plist | |
parent | 9a0941e0406efa462ec7e72b9a3422d5f60a1506 (diff) | |
download | FreeBSD-ports-1677f97aa26c838254a6818de8cfcfd86c746dfb.zip FreeBSD-ports-1677f97aa26c838254a6818de8cfcfd86c746dfb.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'x11-toolkits/gtk12/pkg-plist')
-rw-r--r-- | x11-toolkits/gtk12/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk12/pkg-plist b/x11-toolkits/gtk12/pkg-plist index 5eb1ac8..d228143 100644 --- a/x11-toolkits/gtk12/pkg-plist +++ b/x11-toolkits/gtk12/pkg-plist @@ -220,8 +220,8 @@ share/themes/Default/gtk/gtkrc.yi share/themes/Default/gtk/gtkrc.zh_CN share/themes/Default/gtk/gtkrc.zh_TW.Big5 @exec mkdir -p %D/lib/gtk/themes/engines -%%NLS%%@unexec rmdir %D/share/locale/sp/LC_MESSAGES 2> /dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/sp 2> /dev/null || true +%%NLS%%@dirrmtry share/locale/sp/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sp @dirrm lib/gtk/themes/engines @dirrm lib/gtk/themes @dirrm lib/gtk |