aboutsummaryrefslogtreecommitdiff
path: root/print/makeindex/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'print/makeindex/scripts/configure')
-rw-r--r--print/makeindex/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/makeindex/scripts/configure b/print/makeindex/scripts/configure
index e1634b5711cc..28c153ddd09a 100644
--- a/print/makeindex/scripts/configure
+++ b/print/makeindex/scripts/configure
@@ -2,7 +2,7 @@
cd $WRKSRC/src-3.0 || exit 1;
cp Makefile.gen Makefile || exit 1;
-echo "STYDIR=$PREFIX/lib/texmf/makeindx" >> Makefile || exit 1;
+echo "STYDIR=$PREFIX/share/texmf/makeindx" >> Makefile || exit 1;
echo "BINDIR=$PREFIX/bin" >> Makefile || exit 1;
mv mkind.h mkind.h.orig || exit 1;