diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-16 10:10:56 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-16 10:10:56 +0000 |
commit | 0ed0b22ce3350665aade5ba24bf09a4e2c08ae14 (patch) | |
tree | b8de210d19c3422f284c5cec9f013999dbe7e6e5 /editors/mule-common | |
parent | d9f16e48355baab24f0e10150384984ee75af426 (diff) |
Notes
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index fd3d863e0829..ff18aa8fb46d 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -43,9 +43,9 @@ WRKDIRBASE= ${WRKDIRPREFIX}${.CURDIR:S,/editors/mule-common$,,} 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} |