chinese/xemacs21 is broken due to an incorrect line in Makefile.
PR: 22232 Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw> MAINTAINER
This commit is contained in:
parent
3a268dec05
commit
90e309d9eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34130
@ -21,7 +21,7 @@ WRKDIR= ${.CURDIR}/../../editors/xemacs21-mule/work
|
||||
# Fix mule-init.el
|
||||
post-patch::
|
||||
@${RM} ${WRKSRC}/lisp/mule/mule-init.elc
|
||||
@(cd ${WRKSRC}; ${PATCH} -q < ${.CURDIR}/files/mule-init.el.diff)
|
||||
@(cd ${WRKSRC}; ${PATCH} --quiet < ${.CURDIR}/files/mule-init.el.diff)
|
||||
|
||||
post-install::
|
||||
@${MKDIR} ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5
|
||||
|
Loading…
Reference in New Issue
Block a user