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 /japanese | |
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 'japanese')
-rw-r--r-- | japanese/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | japanese/openoffice/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/japanese/openoffice-1.0/Makefile b/japanese/openoffice-1.0/Makefile index 0cfb684..bffa5b1 100644 --- a/japanese/openoffice-1.0/Makefile +++ b/japanese/openoffice-1.0/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" diff --git a/japanese/openoffice/Makefile b/japanese/openoffice/Makefile index 0cfb684..bffa5b1 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" |