diff options
author | nork <nork@FreeBSD.org> | 2003-07-16 18:10:56 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-16 18:10:56 +0800 |
commit | b5b4db34036a65c1151d9216f908103eb31c24b1 (patch) | |
tree | dee7fe80367a871fe639112aa760de7fad37b782 /editors/mule-common | |
parent | bb00753bb8bcd2f5e9216478b2bc106688150a7e (diff) | |
download | freebsd-ports-gnome-b5b4db34036a65c1151d9216f908103eb31c24b1.tar.gz freebsd-ports-gnome-b5b4db34036a65c1151d9216f908103eb31c24b1.tar.zst freebsd-ports-gnome-b5b4db34036a65c1151d9216f908103eb31c24b1.zip |
Fix install error by modification of bsd.port.mk r1.455.
PR: ports/54531
Submitted by: SUGIMOTO Sadahiro <ixtl@utmc.or.jp>
Approved by: maintainer no response
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} |