diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 19:30:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 19:30:09 +0800 |
commit | 8921d4b1b3d174fe342b7f4b6cb0052897aa23ec (patch) | |
tree | 80cf2af9fcf9892531678c25c78353c7b5a9396e /chinese/xemacs21 | |
parent | 9bedb8a258487ca5f2424a8d80c19558144aaf55 (diff) | |
download | freebsd-ports-gnome-8921d4b1b3d174fe342b7f4b6cb0052897aa23ec.tar.gz freebsd-ports-gnome-8921d4b1b3d174fe342b7f4b6cb0052897aa23ec.tar.zst freebsd-ports-gnome-8921d4b1b3d174fe342b7f4b6cb0052897aa23ec.zip |
Add ${WRKDIRPREFIX} in front of ${.CURDIR} in WRKDIR definition.
Submitted by: bento
Diffstat (limited to 'chinese/xemacs21')
-rw-r--r-- | chinese/xemacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |