Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2003 18:13:36 +0900
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
Message-ID:  <20030716181336I.sugimoto@garlic.q.t.u-tokyo.ac.jp>
In-Reply-To: <200307160540.h6G5eA2x052772@freefall.freebsd.org>
References:  <200307160539.h6G5d2a7000218@ixtl.p.utmc.or.jp> <200307160540.h6G5eA2x052772@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?20030716181336I.sugimoto>