Add ${WRKDIRPREFIX} in front of ${.CURDIR} in WRKDIR definition.
Submitted by: bento
This commit is contained in:
parent
50ff58d996
commit
c2043149c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35134
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user