diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-20 19:14:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-20 19:14:50 +0000 |
commit | d4ec572c695f043d9c913d87afd4aee878f058ed (patch) | |
tree | 585d0a3ac67f5646768d655770b30dfc7279bd55 /print/dvipdfmx/files | |
parent | 637bf9e082a66e45593d068d03a2d6493cfa278d (diff) | |
download | pkgsrc-d4ec572c695f043d9c913d87afd4aee878f058ed.tar.gz |
- Install a sample config file into share/examples, rather than into
the texmf tree.
- Correct paths to this package.
No PKGREVISION bump since this package didn't build due to the wrong
path to map.mk.
Diffstat (limited to 'print/dvipdfmx/files')
-rw-r--r-- | print/dvipdfmx/files/map.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/dvipdfmx/files/map.tmpl b/print/dvipdfmx/files/map.tmpl index ca9cad657ce..f4d5b775e5e 100644 --- a/print/dvipdfmx/files/map.tmpl +++ b/print/dvipdfmx/files/map.tmpl @@ -1,4 +1,4 @@ -# $NetBSD: map.tmpl,v 1.2 2005/11/20 18:51:54 minskim Exp $ +# $NetBSD: map.tmpl,v 1.3 2005/11/20 19:14:50 minskim Exp $ # # Update dvipdfmx.cfg. # @@ -29,7 +29,7 @@ eof case ${STAGE} in POST-INSTALL) if ${TEST} ! -f @DVIPDFMX_CONFIG_DIR@/dvipdfmx.cfg; then - @CP@ @DVIPDFMX_CONFIG_DIR@/dvipdfmx-base.cfg \ + @CP@ @LOCALBASE@/share/examples/dvipdfmx/dvipdfmx.cfg \ @DVIPDFMX_CONFIG_DIR@/dvipdfmx.cfg fi for map in @DVIPDFMX_FONTMAPS@; do |