aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-04 12:48:08 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-04 12:48:08 +0000
commit9f18b4bb71ebefcf935b8a50e1b2b5a9480c5c54 (patch)
treecb7155fb408d6188d24b58e2705dfcebffa515f5 /editors/openoffice.org-2-devel
parentde97b436d5c8f61c054d915e86967342bb3a5a61 (diff)
downloadports-9f18b4bb71ebefcf935b8a50e1b2b5a9480c5c54.tar.gz
ports-9f18b4bb71ebefcf935b8a50e1b2b5a9480c5c54.zip
Notes
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r--editors/openoffice.org-2-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 7a4fdd77b163..6ecbdd5743c1 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -263,10 +263,10 @@ post-install:
${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/$${app}.desktop ; \
done
@${RM} ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop.bak
- @${RM} -f ${PREFIX}/share/applications/${EXECBASE}
- @${MKDIR} ${PREFIX}/share/applications
+ @${RM} -f ${DESKTOPDIR}/${EXECBASE}
+ @${MKDIR} ${DESKTOPDIR}
@${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg \
- ${PREFIX}/share/applications/${EXECBASE}
+ ${DESKTOPDIR}/${EXECBASE}
@${ECHO_CMD} "share/applications/${EXECBASE}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \