Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2003 02:20:15 -0700 (PDT)
From:      SUGIMOTO Sadahiro <ixtl@utmc.or.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/54531: [PATCH] fix editors/mule-common
Message-ID:  <200307160920.h6G9KF2d080227@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/54531; it has been noted by GNATS.

From: SUGIMOTO Sadahiro <ixtl@utmc.or.jp>
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}



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