diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-29 18:49:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-29 18:49:38 +0000 |
commit | 8bb972747541e129935065302094814f415ed535 (patch) | |
tree | f5ef7c0bc4b46e94cbc5f97083d63111233ab519 /print/tex/Makefile | |
parent | - Refactor to supporting staging (diff) |
Fix installation/packaging when ${PREFIX}/share/texmf already existed,
it installed there instead of into ${STAGEDIR}
Notes
Notes:
svn path=/head/; revision=359789
Diffstat (limited to 'print/tex/Makefile')
-rw-r--r-- | print/tex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index c06d8227c39d..7280d84e2ac0 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -24,6 +24,7 @@ CONFLICTS= teTeX* USES= desthack gmake makeinfo GNU_CONFIGURE= yes +CONFIGURE_ARGS= --datadir=\$${${DESTDIRNAME}}${PREFIX}/share INFO= kpathsea web2c MAKE_FLAGS= fmts= all_mems= |