diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-19 14:03:54 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-19 14:03:54 +0000 |
commit | 52a816b9cb30b48cbd56307d80799af6969c929d (patch) | |
tree | 1adc46dd77c620a4536494e09ed627b9c5441e0b /editors/openoffice-1.0-se | |
parent | 5ee8561c187bee142da16a1fed6d190cec9bf498 (diff) | |
download | FreeBSD-ports-52a816b9cb30b48cbd56307d80799af6969c929d.zip FreeBSD-ports-52a816b9cb30b48cbd56307d80799af6969c929d.tar.gz |
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>
Diffstat (limited to 'editors/openoffice-1.0-se')
-rw-r--r-- | editors/openoffice-1.0-se/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-1.0-se/Makefile b/editors/openoffice-1.0-se/Makefile index 72cd34a..90143cf 100644 --- a/editors/openoffice-1.0-se/Makefile +++ b/editors/openoffice-1.0-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 |