summaryrefslogtreecommitdiff
path: root/print/yatex/files/INSTALL.tmpl
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-30 07:02:27 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-30 07:02:27 +0000
commit9982b4397f8e5ac2a7d6c65ea60787d54c44052c (patch)
tree106480e1503f16c5fa6a853f0b20bef3a5b74709 /print/yatex/files/INSTALL.tmpl
parentPoint the user to a more internationally-friendly web site (english (diff)
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 '')
-rw-r--r--print/yatex/files/INSTALL.tmpl3
1 files changed, 3 insertions, 0 deletions
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