summaryrefslogtreecommitdiff
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2007-04-06 00:42:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2007-04-06 00:42:42 +0000
commit8d59bbfeb89ef53e5e4ca42bddc24f7c4116d1cd (patch)
tree3c5fd6c16f891e423b966179857e5d98d0cc0a18 /editors/openoffice-3
parent- unbreak this port (diff)
Fix icon paths for freedesktop integration.
Approved by: maho
Notes
Notes: svn path=/head/; revision=189316
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 \