diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-10-12 09:29:29 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-10-12 09:29:29 +0000 |
commit | 575b7f415a4952aa260c7a93b4d958148f8921b3 (patch) | |
tree | 42d3d1fb68062f6189f4859249d37bc2e58523f4 /editors/openoffice.org-1.1-devel | |
parent | 30d00c72b41677ec00e5a8e24adc9bd119fd841d (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 393863a3bbd7..b5323b1e22c9 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -68,7 +68,7 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser BUILD_NR= 645 -RELEASE_NR= 1.1.3 +RELEASE_NR= 1.1.4 INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR} DIST_SUBDIR= openoffice1.1 SIMPLEOSVER!= ${UNAME} -r | ${SED} -e 's/\.//g' | ${SED} -e 's/-.*//' |