From owner-freebsd-openoffice Wed Mar 12 10:19: 1 2003 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 005DD37B420; Wed, 12 Mar 2003 10:18:59 -0800 (PST) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1184243F93; Wed, 12 Mar 2003 10:18:59 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp (sakura.ninth-nine.com [IPv6:2002:3dca:fa09::1]) (authenticated bits=0) by nd250009.gab.xdsl.ne.jp (8.12.8/8.12.8/NinthNine) with ESMTP id h2CIIvFE003091 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 13 Mar 2003 03:18:58 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 13 Mar 2003 03:18:58 +0900 (JST) Message-Id: <200303121818.h2CIIvFE003091@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: portmgr@FreeBSD.org Cc: openoffice@FreeBSD.org Subject: fix MASTER_SITE in ja-openoffice X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Portmgr. ja-openoffce has a problem which isn't correct MASTER_SITE. Is this commit OK? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/openoffice/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 12 Feb 2003 23:35:54 -0000 1.8 +++ Makefile 11 Mar 2003 06:52:43 -0000 @@ -12,7 +12,7 @@ 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/ \ +MASTER_SITES+= ftp://ftp.kddlabs.co.jp/office/openoffice/%SUBDIR%/ \ ftp://ftp.sfc.wide.ad.jp/pub/OpenOffice/:help L10NHELP= helpcontent .include "${MASTERDIR}/Makefile" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message