mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Change dependency from texinfo.el to texinfmt.el.
Texinfo.el is a major mode elisp for editing Texinfo files. Texinfmt.el is for formatting Texinfo files into Info files. Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
This commit is contained in:
parent
44ee2ef5a6
commit
695aafbb99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30732
@ -28,7 +28,7 @@ INSTALL_TARGET= install-package
|
||||
# whether building info files by emacs or makeinfo
|
||||
BUILD_INFO_BY_EMACS= YES
|
||||
# texinfo packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
|
||||
|
||||
# use pkg/* files in ${.CURDIR}
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
@ -28,7 +28,7 @@ INSTALL_TARGET= install-package
|
||||
# whether building info files by emacs or makeinfo
|
||||
BUILD_INFO_BY_EMACS= YES
|
||||
# texinfo packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
|
||||
|
||||
# use pkg/* files in ${.CURDIR}
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
@ -28,7 +28,7 @@ INSTALL_TARGET= install-package
|
||||
# whether building info files by emacs or makeinfo
|
||||
BUILD_INFO_BY_EMACS= YES
|
||||
# texinfo packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
|
||||
|
||||
# use pkg/* files in ${.CURDIR}
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
@ -28,7 +28,7 @@ INSTALL_TARGET= install-package
|
||||
# whether building info files by emacs or makeinfo
|
||||
BUILD_INFO_BY_EMACS= YES
|
||||
# texinfo packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
|
||||
|
||||
# use pkg/* files in ${.CURDIR}
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
@ -34,7 +34,7 @@ HAS_MULE= YES
|
||||
# whether building info files by emacs or makeinfo
|
||||
BUILD_INFO_BY_EMACS= YES
|
||||
# texinfo packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
|
||||
|
||||
# use pkg/* files in ${.CURDIR}
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
@ -28,7 +28,7 @@ INSTALL_TARGET= install-package
|
||||
# whether building info files by emacs or makeinfo
|
||||
BUILD_INFO_BY_EMACS= YES
|
||||
# texinfo packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
|
||||
|
||||
# use pkg/* files in ${.CURDIR}
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
@ -28,7 +28,7 @@ INSTALL_TARGET= install-package
|
||||
# whether building info files by emacs or makeinfo
|
||||
BUILD_INFO_BY_EMACS= YES
|
||||
# texinfo packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
|
||||
|
||||
# use pkg/* files in ${.CURDIR}
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
@ -34,7 +34,7 @@ HAS_MULE= YES
|
||||
# whether building info files by emacs or makeinfo
|
||||
BUILD_INFO_BY_EMACS= YES
|
||||
# texinfo packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
|
||||
|
||||
# use pkg/* files in ${.CURDIR}
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
.if defined(XEMACS-MULE)
|
||||
BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs21-canna \
|
||||
{LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages \
|
||||
{LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages \
|
||||
nkf:${PORTSDIR}/japanese/nkf
|
||||
.endif
|
||||
PKGINSTALL= ${WRKDIR}/INSTALL
|
||||
|
Loading…
Reference in New Issue
Block a user