diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-30 07:02:27 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-30 07:02:27 +0000 |
commit | 9c30c08f8964bd5abf2cc5f3487d56e567f1c212 (patch) | |
tree | 4221aa148c28885ecf28bbfef67b473ba828ca9c /print/yatex/Makefile | |
parent | 1c570da28ad672e12722932d0dc7f48c74841012 (diff) | |
download | FreeBSD-ports-9c30c08f8964bd5abf2cc5f3487d56e567f1c212.zip FreeBSD-ports-9c30c08f8964bd5abf2cc5f3487d56e567f1c212.tar.gz |
Could not compile in "parallel package build" by Asami-san
Modified BUILD_DEPENDS in master port and version number in slave ports
Noticed by: asami
Diffstat (limited to 'print/yatex/Makefile')
-rw-r--r-- | print/yatex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 41f1dab..da9acf2 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -15,7 +15,7 @@ MAINTAINER= taoka@FreeBSD.org WRKSRC= ${WRKDIR}/yatex${VERSION} .if defined(XEMACS-MULE) -BUILD_DEPENDS= xemacs:${PORTSDIR}/editors/xemacs-mule \ +BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs \ ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ nkf:${PORTSDIR}/japanese/nkf .endif @@ -130,7 +130,7 @@ do-install: .if defined(XEMACS) || defined(XEMACS-MULE) cd ${WRKSRC}; \ for file in `${ECHO} ${INFOFILES} | ${SED} "s,:, ,g"`; do \ - ${INSTALL_DATA} ${WRKSRC}/docs/$${file} ${INFODIR}.info; \ + ${INSTALL_DATA} ${WRKSRC}/docs/$${file} ${INFODIR}/$${file}.info; \ done .else cd ${WRKSRC}; \ |