From c2043149c694ed94b5625d75aca3db645d1e6d6e Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 14 Nov 2000 11:30:09 +0000 Subject: Add ${WRKDIRPREFIX} in front of ${.CURDIR} in WRKDIR definition. Submitted by: bento --- chinese/xemacs21/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chinese/xemacs21') diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index f8f847db8acb..134e4026e52b 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -16,7 +16,7 @@ WITH_XIM= xlib BUILD_INPUT_METHOD= xcin2.5:${PORTSDIR}/chinese/xcin25 # xemacs21-mule-common needs this. -WRKDIR= ${.CURDIR}/../../editors/xemacs21-mule/work +WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs21-mule/work # Fix mule-init.el post-patch:: -- cgit v1.2.3