diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-11-25 03:09:57 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-11-25 03:09:57 +0000 |
commit | 8d8a34b5033b08f23b6ce268a6c37930c50043a3 (patch) | |
tree | b54fa92235e27133b2ebf9be130fa0adda062023 /editors/openoffice.org-3/files | |
parent | ec656d200c423c2819bbf3e6f03eb4f654d4ab66 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3/files')
-rw-r--r-- | editors/openoffice.org-3/files/Makefile.knobs | 5 | ||||
-rw-r--r-- | editors/openoffice.org-3/files/pkg-message.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs index 87843d8a66bc..1474bd849ccf 100644 --- a/editors/openoffice.org-3/files/Makefile.knobs +++ b/editors/openoffice.org-3/files/Makefile.knobs @@ -132,6 +132,11 @@ pre-fetch: @${ECHO} "You can compile OOo with evolution2 support by" @${ECHO} "make -DWITH_EVOLUTION2" .endif +.if !defined(WITH_MENU) + @${ECHO} + @${ECHO} "You can install OOo with menu items by" + @${ECHO} "make -DWITH_MENU" +.endif @${ECHO} @${ECHO} "NOTICE:" @${ECHO} diff --git a/editors/openoffice.org-3/files/pkg-message.in b/editors/openoffice.org-3/files/pkg-message.in index 48e87f301db7..4215af3b4049 100644 --- a/editors/openoffice.org-3/files/pkg-message.in +++ b/editors/openoffice.org-3/files/pkg-message.in @@ -1,9 +1,9 @@ -OpenOffice.org Build %%RELEASE_NR%% Personal Install How-To +OpenOffice.org Build %%OOOVERSION%% Personal Install How-To Written by: Martin Blapp <mbr@freebsd.org> and Maho Nakata <maho@FreeBSD.org> -OpenOffice.org %%RELEASE_NR%% will soon been installed in +OpenOffice.org %%OOOVERSION%% will soon been installed in %%PREFIX%%/%%EXECBASE%% 1. User installation |