diff options
author | knu <knu@FreeBSD.org> | 2002-08-26 08:57:22 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-08-26 08:57:22 +0000 |
commit | a5e089c18f19e183e9d13337c6bc7dc24d768f7e (patch) | |
tree | b54ea5add2bfc1f01743c7532a123dab3d4c3ee5 /japanese/openoffice | |
parent | 4129d2abd89967938efec36cb3cad568e33682b4 (diff) | |
download | FreeBSD-ports-a5e089c18f19e183e9d13337c6bc7dc24d768f7e.zip FreeBSD-ports-a5e089c18f19e183e9d13337c6bc7dc24d768f7e.tar.gz |
- Use %SUBDIR% instead of embedding ${PORTVERSION} in MASTER_SITES
entries.
- Use the MASTER_SITES-:fu to cut bogus combinations of MASTER_SITES
and DISTFILES.
- Now that RingServer mirrors OpenOffice.org, add it to MASTER_SITES.
Approved by: mbr (MAINTAINER)
Diffstat (limited to 'japanese/openoffice')
-rw-r--r-- | japanese/openoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/openoffice/Makefile b/japanese/openoffice/Makefile index 0935f05..6b5c0cf 100644 --- a/japanese/openoffice/Makefile +++ b/japanese/openoffice/Makefile @@ -13,6 +13,6 @@ 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/ + ftp://ftp.sfc.wide.ad.jp/pub/OpenOffice/:help L10NHELP= helpcontent .include "${MASTERDIR}/Makefile" |