summaryrefslogtreecommitdiff
path: root/print/makeindex/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'print/makeindex/scripts/configure')
-rw-r--r--print/makeindex/scripts/configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/makeindex/scripts/configure b/print/makeindex/scripts/configure
deleted file mode 100644
index e1634b5711cc..000000000000
--- a/print/makeindex/scripts/configure
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC/src-3.0 || exit 1;
-cp Makefile.gen Makefile || exit 1;
-echo "STYDIR=$PREFIX/lib/texmf/makeindx" >> Makefile || exit 1;
-echo "BINDIR=$PREFIX/bin" >> Makefile || exit 1;
-
-mv mkind.h mkind.h.orig || exit 1;
-sed -e s:/usr/local:$PREFIX: < mkind.h.orig > mkind.h
-
-cd regexp || exit 1;
-cp Makefile.psx Makefile || exit 1;
-exit 0