summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron>1999-08-17 23:38:17 +0000
committertron <tron>1999-08-17 23:38:17 +0000
commit199f6a3bdd7217c91047ca84d51c74738c34a50b (patch)
tree6cdd5942c94dfc8a8639249f648c6cf2d53196e2 /print
parent33b0cb7c6299806890fe0929cf280f4a3b35c3af (diff)
downloadpkgsrc-199f6a3bdd7217c91047ca84d51c74738c34a50b.tar.gz
Get package prefix from correct environment variable.
Diffstat (limited to 'print')
-rwxr-xr-xprint/teTeX-bin/pkg/DEINSTALL12
1 files changed, 2 insertions, 10 deletions
diff --git a/print/teTeX-bin/pkg/DEINSTALL b/print/teTeX-bin/pkg/DEINSTALL
index 6f62734240a..b238994a3f0 100755
--- a/print/teTeX-bin/pkg/DEINSTALL
+++ b/print/teTeX-bin/pkg/DEINSTALL
@@ -1,16 +1,8 @@
#! /bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1.1.1 1999/08/03 13:54:56 hubertf Exp $
+# $NetBSD: DEINSTALL,v 1.2 1999/08/17 23:38:17 tron Exp $
#
-if [ "$PREFIX" = "" ]
-then
- PREFIX=/usr/pkg
-fi
-
-TEXMF=$PREFIX/share/texmf
-
-
cat <<EOT
---------------------------------------------------------------------------
Any fonts that were created on the fly when running TeX were created
@@ -19,7 +11,7 @@ directory manually if you don't need it any longer:
rm -fr /var/spool/texfonts
-For further information have a look at $TEXMF/doc/tetex/.
+For further information have a look at $PKG_PREFIX/share/texmf/doc/tetex/.
---------------------------------------------------------------------------
EOT