diff options
author | kei <kei@pkgsrc.org> | 2003-03-15 08:26:35 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2003-03-15 08:26:35 +0000 |
commit | 0754fdbec7d56e97850d80ae93b4f689396b6d12 (patch) | |
tree | 34b4a6fa96134048d4712f448edb4180645f52f1 /print/dvipdfmx/INSTALL | |
parent | 8daebfa36f559a03e823ee35800dbbad62436cd0 (diff) | |
download | pkgsrc-0754fdbec7d56e97850d80ae93b4f689396b6d12.tar.gz |
changed to require teTeX2-2.0.2 or later.
- with config file location fix in the teTeX2-2.0.2, both dvipdfmx of
this package and dvipdfm of teTeX2 work now.
- removed ugly hack to rename config file in installation /
deinstallation stage.
bump PKGREVISION because of this.
Diffstat (limited to 'print/dvipdfmx/INSTALL')
-rw-r--r-- | print/dvipdfmx/INSTALL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/dvipdfmx/INSTALL b/print/dvipdfmx/INSTALL index 7a1472765f0..21a1566f2fc 100644 --- a/print/dvipdfmx/INSTALL +++ b/print/dvipdfmx/INSTALL @@ -1,12 +1,11 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.1.1.1 2003/02/24 15:29:25 kei Exp $ +# $NetBSD: INSTALL,v 1.2 2003/03/15 08:26:36 kei Exp $ TEXMF=@PREFIX@/share/texmf case ${STAGE} in PRE-INSTALL) - ${MV} $TEXMF/dvipdfm/config $TEXMF/dvipdfm/config.orig ;; POST-INSTALL) |