diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-19 14:03:54 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-19 14:03:54 +0000 |
commit | 49ffbc5eea330fc66edcd3f0d407561aaa7c3218 (patch) | |
tree | 7d0baf81b81600f8ef2fe7cbc73fb7f902d947f6 /editors/openoffice-se | |
parent | f4043755cee494bb76e7400c2e3cf673a095f5c9 (diff) | |
download | ports-49ffbc5eea330fc66edcd3f0d407561aaa7c3218.tar.gz ports-49ffbc5eea330fc66edcd3f0d407561aaa7c3218.zip |
1) Add localized help files to the build. Only available for french,
german, italian, spanish, japanese and swedish ports.
Create three new targets for the mozilla sub-build. Allow
"make postinstall" to be called without a "make build.
1) Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Notes
Notes:
svn path=/head/; revision=64660
Diffstat (limited to 'editors/openoffice-se')
-rw-r--r-- | editors/openoffice-se/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-se/Makefile b/editors/openoffice-se/Makefile index 72cd34ac7e02..90143cf8e6bb 100644 --- a/editors/openoffice-se/Makefile +++ b/editors/openoffice-se/Makefile @@ -9,6 +9,7 @@ CATEGORIES= editors LANG_PKGNAME= se LANG_EXT= 46 +L10NHELP= helpcontent_${LANG_EXT}_unix.tgz LANG_CONFIGURE_ARG= SWED MASTERDIR= ${.CURDIR}/../openoffice |