From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 16 02:20:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8384737B401 for ; Wed, 16 Jul 2003 02:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31E343F93 for ; Wed, 16 Jul 2003 02:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6G9KFUp080229 for ; Wed, 16 Jul 2003 02:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6G9KF2d080227; Wed, 16 Jul 2003 02:20:15 -0700 (PDT) Date: Wed, 16 Jul 2003 02:20:15 -0700 (PDT) Message-Id: <200307160920.h6G9KF2d080227@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: SUGIMOTO Sadahiro Subject: Re: ports/54531: [PATCH] fix editors/mule-common X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: SUGIMOTO Sadahiro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 09:20:17 -0000 The following reply was made to PR ports/54531; it has been noted by GNATS. From: SUGIMOTO Sadahiro To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: ixtl@utmc.or.jp Subject: Re: ports/54531: [PATCH] fix editors/mule-common Date: Wed, 16 Jul 2003 18:13:36 +0900 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}