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 /japanese/openoffice/Makefile | |
parent | Update to 1.5.2. (diff) |
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 'japanese/openoffice/Makefile')
-rw-r--r-- | japanese/openoffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/openoffice/Makefile b/japanese/openoffice/Makefile index 0cfb6846d5be..bffa5b188cbe 100644 --- a/japanese/openoffice/Makefile +++ b/japanese/openoffice/Makefile @@ -12,5 +12,7 @@ LANG_EXT= 81 LANG_CONFIGURE_ARG= JAPN MASTERDIR= ${.CURDIR}/../../editors/openoffice RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts - +MASTER_SITES+= ftp://ftp.kddlabs.co.jp/office/openoffice/ \ + ftp://ftp.sfc.wide.ad.jp/pub/OpenOffice/ +L10NHELP= helpcontent .include "${MASTERDIR}/Makefile" |