diff options
author | maho <maho@FreeBSD.org> | 2012-02-06 14:15:07 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2012-02-06 14:15:07 +0800 |
commit | c9322dc336a591554a74d06e6b4ec4359a7f1847 (patch) | |
tree | 7b46b8908a660b966eeef1374871582df72d0fb6 /editors | |
parent | 966559625d2a837ebc209674d3ed4e239e379cb1 (diff) | |
download | freebsd-ports-gnome-c9322dc336a591554a74d06e6b4ec4359a7f1847.tar.gz freebsd-ports-gnome-c9322dc336a591554a74d06e6b4ec4359a7f1847.tar.zst freebsd-ports-gnome-c9322dc336a591554a74d06e6b4ec4359a7f1847.zip |
Repo copied from editors/openoffice-3-devel.
The Apache Foundation take over the development from OpenOffice.org
community and Oracle. Now this project is accepted
as "incubator" project. Moreover, Oracle has stopped development. Then,
the name of the product has also been changed to Apache OpenOffice.
cf. https://cwiki.apache.org/confluence/display/OOOUSERS/Branding+Planning
PR: 164678
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/openoffice.org-wrapper | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index 518145770c52..e4218f4f94f5 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -179,9 +179,9 @@ SUBDIR += nxml SUBDIR += nxml-emacs21 SUBDIR += omegaT + SUBDIR += openoffice-3-devel SUBDIR += openoffice.org-3 SUBDIR += openoffice.org-3-RC - SUBDIR += openoffice.org-3-devel SUBDIR += openoffice.org-vcltesttool SUBDIR += p5-Padre SUBDIR += p5-Proc-InvokeEditor diff --git a/editors/openoffice-3-devel/files/openoffice.org-wrapper b/editors/openoffice-3-devel/files/openoffice.org-wrapper index 007c52b04037..6cc0ebeefe92 100644 --- a/editors/openoffice-3-devel/files/openoffice.org-wrapper +++ b/editors/openoffice-3-devel/files/openoffice.org-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3-devel/files/Attic/openoffice.org-wrapper,v 1.5 2008-07-03 11:10:53 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3-devel/files/Attic/openoffice.org-wrapper,v 1.6 2012-02-06 06:10:07 maho Exp $ oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/%%OOODIR%% program=`echo $0 | sed -e 's|.*-%%OOOTAG%%-||'` |