diff options
author | mezz <mezz@FreeBSD.org> | 2005-02-09 16:12:31 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-02-09 16:12:31 +0800 |
commit | 796ed82e1e2f16bd1fc38e18ee4eb83eb5e79df1 (patch) | |
tree | 35f69aebe1bc502d7af734eda05316b30cb5730d /x11-toolkits/libbonoboui | |
parent | de46eb630d0d560ad5230c5f952004dce15555a9 (diff) | |
download | freebsd-ports-graphics-796ed82e1e2f16bd1fc38e18ee4eb83eb5e79df1.tar.gz freebsd-ports-graphics-796ed82e1e2f16bd1fc38e18ee4eb83eb5e79df1.tar.zst freebsd-ports-graphics-796ed82e1e2f16bd1fc38e18ee4eb83eb5e79df1.zip |
Fix the plist by remove zu locale directories.
Reported by: pointyhat via kris
Diffstat (limited to 'x11-toolkits/libbonoboui')
-rw-r--r-- | x11-toolkits/libbonoboui/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/libbonoboui/pkg-plist b/x11-toolkits/libbonoboui/pkg-plist index 16a947a4bc1..cf2ff1c53e2 100644 --- a/x11-toolkits/libbonoboui/pkg-plist +++ b/x11-toolkits/libbonoboui/pkg-plist @@ -150,6 +150,8 @@ share/locale/yi/LC_MESSAGES/libbonoboui-2.0.mo share/locale/zh_CN/LC_MESSAGES/libbonoboui-2.0.mo share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo share/locale/zu/LC_MESSAGES/libbonoboui-2.0.mo +@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/zu 2> /dev/null || true @dirrm lib/bonobo-2.0/samples @dirrm lib/bonobo-2.0 @dirrm include/libbonoboui-2.0/bonobo |