aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2007-04-06 08:42:42 +0800
committerjkim <jkim@FreeBSD.org>2007-04-06 08:42:42 +0800
commitcdb90a4e08b5d3c213d12b2579ed2cba0849d70a (patch)
tree2b421dac264d1e52ce3fedd5b1729e0ec6a3d597 /editors/openoffice-3
parent64af4fa7cad2d8679ee8db8aa74a9f82160fd1c4 (diff)
downloadfreebsd-ports-gnome-cdb90a4e08b5d3c213d12b2579ed2cba0849d70a.tar.gz
freebsd-ports-gnome-cdb90a4e08b5d3c213d12b2579ed2cba0849d70a.tar.zst
freebsd-ports-gnome-cdb90a4e08b5d3c213d12b2579ed2cba0849d70a.zip
Fix icon paths for freedesktop integration.
Approved by: maho
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index b0e0f01608b0..694d0f79805d 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -302,8 +302,8 @@ post-install:
for app in base calc draw impress math printeradmin writer; do \
if [ -r ${ICONS}/hicolor/$${dir}/apps/$${app}.png ]; then \
${CP} ${ICONS}/hicolor/$${dir}/apps/$${app}.png \
- ${PREFIX}/share/icons/hicolor/$${dir}/apps/openofficeorg-21-$${app}.png ; \
- ${ECHO_CMD} "share/icons/hicolor/$${dir}/apps/openofficeorg-21-$${app}.png" >> ${TMPPLIST} ; \
+ ${PREFIX}/share/icons/hicolor/$${dir}/apps/openofficeorg22-$${app}.png ; \
+ ${ECHO_CMD} "share/icons/hicolor/$${dir}/apps/openofficeorg22-$${app}.png" >> ${TMPPLIST} ; \
fi \
done ; \
for file in `cd ${ICONS}/hicolor/$${dir}/mimetypes; ls *.png`; do \