diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-12-26 01:57:58 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-12-26 01:57:58 +0000 |
commit | a4be4a7326dc23d6f50d214594b93f28fe870db9 (patch) | |
tree | 24fbeb155d8950e02ba19d9c5b7ddb3619b82fbe /editors/openoffice.org-2-RC/Makefile | |
parent | ca29b6f3111cf9f4ff446a07b50ec87bb08312ce (diff) | |
download | ports-a4be4a7326dc23d6f50d214594b93f28fe870db9.tar.gz ports-a4be4a7326dc23d6f50d214594b93f28fe870db9.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index 4a1d2af5a1e9..e817302078ed 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -28,6 +28,8 @@ EXTRACT_ONLY= ${OOOSRC} MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(release branch) +BROKEN= Please use editors/openoffice.org-2 + NO_LATEST_LINK= yes USE_GNOME= gtk20 MOZILLA_VERSION= 1.7.5 @@ -258,6 +260,10 @@ post-install: @${ECHO_CMD} "" > ${TMPPLIST} @${REINPLACE_CMD} -e '/^Exec/s/printeradmin/spadmin/' \ ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop + @for app in base calc draw impress math printeradmin writer; do \ + ${REINPLACE_CMD} -e "s/^Exec.*/Exec=${EXECBASE} -$${app} %U/" \ + ${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 |