Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 03:18:58 +0900 (JST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        portmgr@FreeBSD.org
Cc:        openoffice@FreeBSD.org
Subject:   fix MASTER_SITE in ja-openoffice
Message-ID:  <200303121818.h2CIIvFE003091@nd250009.gab.xdsl.ne.jp>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303121818.h2CIIvFE003091>