summaryrefslogtreecommitdiffstats
path: root/print/makeindex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/makeindex/Makefile')
-rw-r--r--print/makeindex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile
index 310e1e7..ca9e5a5 100644
--- a/print/makeindex/Makefile
+++ b/print/makeindex/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.9 1996/11/17 08:44:51 obrien Exp $
+# $Id: Makefile,v 1.10 1996/11/22 11:11:38 asami Exp $
#
DISTNAME= makeindex-3.0.8
@@ -21,11 +21,11 @@ do-build:
@(cd ${WRKSRC}/src-3.0; make)
do-install:
- @${MKDIR} ${PREFIX}/lib/texmf/makeindx
+ @${MKDIR} ${PREFIX}/share/texmf/makeindx
@(cd ${WRKSRC}/src-3.0/regexp; make)
@(cd ${WRKSRC}/src-3.0; make install)
@(cd ${WRKSRC}/doc; \
- sed -e s:/usr/local/lib/tex/macros/:${PREFIX}/lib/texmf/makeindx/: \
+ sed -e s:/usr/local/lib/tex/macros/:${PREFIX}/share/texmf/makeindx/: \
<makeindex.l >makeindex.1; \
${INSTALL_DATA} makeindex.1 ${PREFIX}/man/man1/)
OpenPOWER on IntegriCloud