View | Details | Raw Unified | Return to bug 9419
Collapse All | Expand All

(-)editors/xemacs-mule/Makefile (-1 / +7 lines)
Lines 26-32 Link Here
26
		png.2:${PORTSDIR}/graphics/png \
26
		png.2:${PORTSDIR}/graphics/png \
27
		compface.1:${PORTSDIR}/mail/faces \
27
		compface.1:${PORTSDIR}/mail/faces \
28
		${LIB_INPUT_METHOD}
28
		${LIB_INPUT_METHOD}
29
RUN_DEPENDS=	${PREFIX}/lib/${XEMACS_DIR}/etc/BABYL:${PORTSDIR}/editors/xemacs-mule-common
29
RUN_DEPENDS=	${PREFIX}/lib/${XEMACS_DIR}/lisp/x11/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common
30
30
31
EXTRACT_ONLY=	xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \
31
EXTRACT_ONLY=	xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \
32
		xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz
32
		xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz
Lines 101-106 Link Here
101
		${RM} -f ${WRKSRC}/lisp/packages/ps-print.elc; \
101
		${RM} -f ${WRKSRC}/lisp/packages/ps-print.elc; \
102
	fi
102
	fi
103
	@${GZCAT} ${DISTDIR}/ps-print-jp.el.gz > ${WRKSRC}/lisp/packages/ps-print.el
103
	@${GZCAT} ${DISTDIR}/ps-print-jp.el.gz > ${WRKSRC}/lisp/packages/ps-print.el
104
.endif
105
106
# for xemacs-mule-common in defining ${WRKDIRPREFIX}
107
.if !exists(${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs-mule-common)
108
post-build:
109
	@${MKDIR} ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs-mule-common
104
.endif
110
.endif
105
111
106
post-install::
112
post-install::
(-)editors/xemacs-mule-common/Makefile (-7 / +4 lines)
Lines 40-52 Link Here
40
	japanese/xemacs-canna+wnn6 \
40
	japanese/xemacs-canna+wnn6 \
41
	japanese/xemacs-wnn4 \
41
	japanese/xemacs-wnn4 \
42
	japanese/xemacs-wnn6
42
	japanese/xemacs-wnn6
43
.if exists(${WRKDIRPREFIX}${PORTSDIR}/${dir}/work/.install_done)
43
.if exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.install_done)
44
WRKDIR=		${WRKDIRPREFIX}${PORTSDIR}/${dir}/work
44
WRKDIR=		${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
45
.if !exists(${WRKDIR}/.install_done-${PKGNAME})
45
.elif exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.build_done)
46
rvalue_touch!=	${TOUCH} ${WRKDIR}/.install_done-${PKGNAME}
46
WRKDIR?=	${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
47
.endif
48
.elif exists(${WRKDIRPREFIX}${PORTSDIR}/${dir}/work/.build_done)
49
WRKDIR?=	${WRKDIRPREFIX}${PORTSDIR}/${dir}/work
50
.endif
47
.endif
51
.endfor
48
.endfor
52
WRKSRC= ${WRKDIR}/xemacs-20.4
49
WRKSRC= ${WRKDIR}/xemacs-20.4

Return to bug 9419