mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
From maintainer:
(1) Change RUN_DEPENDS so as to correct to create INSTALL_COOKIEs. (2) WRKDIRPREFIX inserted for safe. (3) Change creation for PACKAGE_COOKIEs. PR: 9419 Submitted by: maintainer
This commit is contained in:
parent
e02d807a72
commit
f28c577bda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16135
2 changed files with 13 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 5 Dec 1997
|
# Date created: 5 Dec 1997
|
||||||
# Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
# Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.3 1998/12/02 08:01:14 asami Exp $
|
# $Id: Makefile,v 1.4 1998/12/26 03:47:19 kuriyama Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xemacs-20.4
|
DISTNAME= xemacs-20.4
|
||||||
|
@ -40,13 +40,10 @@ EXTRACT_ONLY= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \
|
||||||
japanese/xemacs-canna+wnn6 \
|
japanese/xemacs-canna+wnn6 \
|
||||||
japanese/xemacs-wnn4 \
|
japanese/xemacs-wnn4 \
|
||||||
japanese/xemacs-wnn6
|
japanese/xemacs-wnn6
|
||||||
.if exists(${WRKDIRPREFIX}${PORTSDIR}/${dir}/work/.install_done)
|
.if exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.install_done)
|
||||||
WRKDIR= ${WRKDIRPREFIX}${PORTSDIR}/${dir}/work
|
WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
|
||||||
.if !exists(${WRKDIR}/.install_done-${PKGNAME})
|
.elif exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.build_done)
|
||||||
rvalue_touch!= ${TOUCH} ${WRKDIR}/.install_done-${PKGNAME}
|
WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
|
||||||
.endif
|
|
||||||
.elif exists(${WRKDIRPREFIX}${PORTSDIR}/${dir}/work/.build_done)
|
|
||||||
WRKDIR?= ${WRKDIRPREFIX}${PORTSDIR}/${dir}/work
|
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
WRKSRC= ${WRKDIR}/xemacs-20.4
|
WRKSRC= ${WRKDIR}/xemacs-20.4
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 5 Dec 1997
|
# Date created: 5 Dec 1997
|
||||||
# Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
# Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.11 1998/11/11 12:55:23 asami Exp $
|
# $Id: Makefile,v 1.12 1998/12/26 03:47:19 kuriyama Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xemacs-20.4
|
DISTNAME= xemacs-20.4
|
||||||
|
@ -26,7 +26,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||||
png.2:${PORTSDIR}/graphics/png \
|
png.2:${PORTSDIR}/graphics/png \
|
||||||
compface.1:${PORTSDIR}/mail/faces \
|
compface.1:${PORTSDIR}/mail/faces \
|
||||||
${LIB_INPUT_METHOD}
|
${LIB_INPUT_METHOD}
|
||||||
RUN_DEPENDS= ${PREFIX}/lib/${XEMACS_DIR}/etc/BABYL:${PORTSDIR}/editors/xemacs-mule-common
|
RUN_DEPENDS= ${PREFIX}/lib/${XEMACS_DIR}/lisp/x11/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common
|
||||||
|
|
||||||
EXTRACT_ONLY= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \
|
EXTRACT_ONLY= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \
|
||||||
xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz
|
xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz
|
||||||
|
@ -103,6 +103,12 @@ pre-build:
|
||||||
@${GZCAT} ${DISTDIR}/ps-print-jp.el.gz > ${WRKSRC}/lisp/packages/ps-print.el
|
@${GZCAT} ${DISTDIR}/ps-print-jp.el.gz > ${WRKSRC}/lisp/packages/ps-print.el
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
# for xemacs-mule-common in defining ${WRKDIRPREFIX}
|
||||||
|
.if !exists(${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs-mule-common)
|
||||||
|
post-build:
|
||||||
|
@${MKDIR} ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs-mule-common
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install::
|
post-install::
|
||||||
.for file in b2m ctags etags gnuclient xemacs-20.4
|
.for file in b2m ctags etags gnuclient xemacs-20.4
|
||||||
@strip ${PREFIX}/bin/${file}
|
@strip ${PREFIX}/bin/${file}
|
||||||
|
|
Loading…
Add table
Reference in a new issue