diff options
author | joerg <joerg@pkgsrc.org> | 2012-07-06 16:22:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-07-06 16:22:55 +0000 |
commit | 03412bb72a4e8fa9476c7bda1cc9efb1e791fb3d (patch) | |
tree | c909e2684e4c13d7ff3139b5eae3e92b577ff46c /print | |
parent | 1400a1f7731e9466558e8a0327359db442fabc68 (diff) | |
download | pkgsrc-03412bb72a4e8fa9476c7bda1cc9efb1e791fb3d.tar.gz |
PR 46666: share/texmf-dist must exist for some pax versions
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-texmf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/teTeX3-texmf/Makefile b/print/teTeX3-texmf/Makefile index 24c566f1fc1..53132a16add 100644 --- a/print/teTeX3-texmf/Makefile +++ b/print/teTeX3-texmf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2012/05/08 18:43:46 minskim Exp $ +# $NetBSD: Makefile,v 1.57 2012/07/06 16:22:55 joerg Exp $ # DISTNAME= tetex-texmf-3.0 @@ -218,6 +218,8 @@ CHECK_INTERPRETER_SKIP+=share/texmf-dist/doc/generic/ruhyphen/reduce-patt \ REPLACE_SH+= doc/latex/bibunits/bibtexall doc/latex/multibib/bibtexall USE_TOOLS+= sh:run pax +INSTALLATION_DIRS+= share/texmf-dist + TEX_MAP_FILES+= antp.map TEX_MAP_FILES+= cork-antt.map TEX_MAP_FILES+= cs-antt.map |