ports/54531: [PATCH] fix editors/mule-common

SUGIMOTO Sadahiro ixtl at utmc.or.jp
Wed Jul 16 09:12:01 UTC 2003


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}



More information about the freebsd-ports-bugs mailing list