summaryrefslogtreecommitdiff
path: root/print/tex
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 15:12:57 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 15:12:57 +0000
commitdeab9494fa6cf32254d135ebd75d00f544208751 (patch)
tree9ca8c8a43c7a2bd2362c9a2c25b2248ef64a0861 /print/tex
parentAdd games hierarchy. (diff)
These are my changes to support the new argument-less configure scripts.
Notes
Notes: svn path=/head/; revision=170
Diffstat (limited to 'print/tex')
-rw-r--r--print/tex/scripts/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/print/tex/scripts/configure b/print/tex/scripts/configure
index d4d90c14bc7c..e29ded4b542a 100644
--- a/print/tex/scripts/configure
+++ b/print/tex/scripts/configure
@@ -1,13 +1,11 @@
#!/bin/sh
-if [ $# != 3 ]; then exit 1; fi
-
#
# The subdirectory searching in kpathsearch sometimes fails (don't know why)
# so let's disable the feature (It can be reenabled with the proper environment
# variables though.
#
-cd $3/kpathsea || exit 1;
+cd ${WRKSRC}/kpathsea || exit 1;
mv paths.h.in paths.h.in.orig || exit 1;
sed -e s://:/: <paths.h.in.orig >paths.h.in || exit 1;