summaryrefslogtreecommitdiff
path: root/print/texinfo/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-02-18 16:57:35 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-02-18 16:57:35 +0000
commitdebd26aecc28e6c7fcf13e4d2bbf0e4aad3d84ea (patch)
treeb58f85490eb64ab9978507180027e78009522c7b /print/texinfo/Makefile
parentwww/sawt --> devel/sawt (diff)
Update to take into account the changes in the tex port (mainly ${PREFIX}/lib
-> ${PREFIX}/share)
Notes
Notes: svn path=/head/; revision=5684
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r--print/texinfo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index 66ff99a67c72..d32444dc7b61 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.9 1996/11/17 08:45:13 obrien Exp $
+# $Id: Makefile,v 1.10 1996/12/17 12:33:49 asami Exp $
#
DISTNAME= texinfo
@@ -41,10 +41,10 @@ do-build:
do-install:
@${INSTALL_DATA} ${WRKDIR}/texinfo.fmt \
- ${PREFIX}/lib/texmf/ini/
- @if [ ! -f ${PREFIX}/lib/texmf/fonts/tfm/lcircle10.tfm ]; then \
+ ${PREFIX}/share/texmf/web2c/
+ @if [ ! -f ${PREFIX}/share/texmf/fonts/tfm/lcircle10.tfm ]; then \
${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \
- ${PREFIX}/lib/texmf/fonts/tfm/;\
+ ${PREFIX}/share/texmf/fonts/tfm/;\
fi
@(cd ${PREFIX}/bin/; rm -f texinfo; ln -s virtex texinfo)