diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-05-27 08:48:22 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-05-27 08:48:22 +0000 |
commit | 1832377f43630e05ff989acaa90ac1ee5d940c48 (patch) | |
tree | 398845440b14a92d44a8972e8b44adcd55fd2e89 /editors | |
parent | f0e0330a88a67ed8fb0f4152ba2d8a38e901053d (diff) | |
download | ports-1832377f43630e05ff989acaa90ac1ee5d940c48.tar.gz ports-1832377f43630e05ff989acaa90ac1ee5d940c48.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index ea5377c99e74..4ad7b1b60361 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -24,7 +24,9 @@ DISTFILES+= gpc231.tar.Z:gpc EXTRACT_ONLY= ${OOOSRC} MAINTAINER= openoffice@FreeBSD.org -COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(release branch) +COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(release branch) + +IGNORE= this version is the same as openoffice.org-3 port (BEA300_m2) .if defined(WITH_CWS) PORTNAME:= openoffice.org-${WITH_CWS} |