Add ${WRKDIRPREFIX} in front of ${.CURDIR} in WRKDIR definition.

Submitted by:	bento
This commit is contained in:
Satoshi Asami 2000-11-14 11:30:09 +00:00
parent 50ff58d996
commit c2043149c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35134

View File

@ -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::