aboutsummaryrefslogtreecommitdiff
path: root/print/latex-cjk/scripts/pre-build
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /print/latex-cjk/scripts/pre-build
parentc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Notes
Notes: svn path=/head/; revision=35216 svn path=/tags/RELEASE_4_2_0/; revision=35217; tag=release/4.2.0
Diffstat (limited to 'print/latex-cjk/scripts/pre-build')
-rw-r--r--print/latex-cjk/scripts/pre-build19
1 files changed, 0 insertions, 19 deletions
diff --git a/print/latex-cjk/scripts/pre-build b/print/latex-cjk/scripts/pre-build
deleted file mode 100644
index 32b8c2924a5d..000000000000
--- a/print/latex-cjk/scripts/pre-build
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-PATH=/bin:/usr/bin; export PATH
-
-# Check if teTeX is installed.
-if [ ! -f ${PREFIX}/share/texmf/doc/tetex/README ]; then
- echo "-----------------------------------------"
- echo "teTeX is not installed!"
- echo "It's recommended to use CJK upon teTeX!"
- echo "-----------------------------------------"
- exit 1
-# Juse grep for 1.0 is not a preferred method, but it seems there is no
-# other way identifying whether teTeX 1.0 or above is installed.
-elif [ -z "`head -1 ${PREFIX}/share/texmf/doc/tetex/README |grep 1\.0`" ]; then
- echo "-------------------------------------------"
- echo " You do not have teTeX-1.0 installed!"
- echo " CJK 4.3.0 needs it to function properly."
- echo "-------------------------------------------"
- exit 1
-fi