From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 16 02:12:01 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D44937B401; Wed, 16 Jul 2003 02:12:01 -0700 (PDT) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117A543FB1; Wed, 16 Jul 2003 02:12:00 -0700 (PDT) (envelope-from sugimoto@garlic.q.t.u-tokyo.ac.jp) Received: from localhost (j118111.ppp.asahi-net.or.jp [61.213.118.111]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 3F4EB76D2; Wed, 16 Jul 2003 18:11:58 +0900 (JST) To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: SUGIMOTO Sadahiro In-Reply-To: <200307160540.h6G5eA2x052772@freefall.freebsd.org> References: <200307160539.h6G5d2a7000218@ixtl.p.utmc.or.jp> <200307160540.h6G5eA2x052772@freefall.freebsd.org> X-Mailer: Mew version 1.94.2 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030716181336I.sugimoto@garlic.q.t.u-tokyo.ac.jp> Date: Wed, 16 Jul 2003 18:13:36 +0900 Sender: SUGIMOTO Sadahiro X-Dispatcher: imput version 20000228(IM140) Lines: 17 cc: ixtl@utmc.or.jp Subject: Re: ports/54531: [PATCH] fix editors/mule-common X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 09:12:01 -0000 The patch I sent was insufficient. Please replace the patch with this one. --- mule-common/Makefile.orig Wed Jul 16 17:41:46 2003 +++ mule-common/Makefile Wed Jul 16 17:44:43 2003 @@ -43,9 +43,9 @@ japanese/mule-wnn6 \ japanese/mule-wnn7 \ korean/mule-freewnn -.if exists(${WRKDIRBASE}/${dir}/work/.build_done.${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2}) +.if exists(${WRKDIRBASE}/${dir}/work/.build_done.${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2}.${PREFIX:S/\//_/g}) WRKDIR?= ${WRKDIRBASE}/${dir}/work -MULEPKG?= ${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2} +MULEPKG?= ${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2}.${PREFIX:S/\//_/g} .endif .endfor WRKSRC= ${WRKDIR}/mule-${MULE_VERSION}-${EMACS_VERSION}