diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-30 07:02:27 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-30 07:02:27 +0000 |
commit | 9982b4397f8e5ac2a7d6c65ea60787d54c44052c (patch) | |
tree | 106480e1503f16c5fa6a853f0b20bef3a5b74709 /print/yatex | |
parent | 78004852d51ed40ec8f21c988c1d83b175050f78 (diff) | |
download | ports-9982b4397f8e5ac2a7d6c65ea60787d54c44052c.tar.gz ports-9982b4397f8e5ac2a7d6c65ea60787d54c44052c.zip |
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
Notes
Notes:
svn path=/head/; revision=22087
Diffstat (limited to 'print/yatex')
-rw-r--r-- | print/yatex/Makefile | 4 | ||||
-rw-r--r-- | print/yatex/files/INSTALL.tmpl | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 41f1dab14dbc..da9acf28e687 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}; \ diff --git a/print/yatex/files/INSTALL.tmpl b/print/yatex/files/INSTALL.tmpl index 777d3e4a48bc..6b343f1846df 100644 --- a/print/yatex/files/INSTALL.tmpl +++ b/print/yatex/files/INSTALL.tmpl @@ -28,6 +28,9 @@ if [ "X$2" = X"POST-INSTALL" ]; then break fi file=`${ECHO} ${infofiles} | ${CUT} -d : -f $count` + if [ X%%EMACS%% = Xxemacs ]; then + file=${file}.info + fi nodename=`${ECHO} ${infonodes} | ${CUT} -d : -f $count` nodeexp=`${ECHO} ${infonodeexps} | ${CUT} -d : -f $count` if [ ! "`${GREP} \"START-INFO-DIR-ENTRY\" ${infodir}/${file}`" ]; then |