summaryrefslogtreecommitdiff
path: root/print/kpathsea
diff options
context:
space:
mode:
authorminskim <minskim>2011-03-14 21:29:20 +0000
committerminskim <minskim>2011-03-14 21:29:20 +0000
commite011ddbea18ca91023bd00cd4f2c29b3d6ed955f (patch)
treeefcb5df8c894a5c0d8bbea2c99312f5118cd0505 /print/kpathsea
parent647672531ce6711472a7a4ae1d5925694db77473 (diff)
downloadpkgsrc-e011ddbea18ca91023bd00cd4f2c29b3d6ed955f.tar.gz
Create TeX font directories in kpathsea, so that dynamic font
generation works without teTeX-bin.
Diffstat (limited to 'print/kpathsea')
-rw-r--r--print/kpathsea/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/print/kpathsea/Makefile b/print/kpathsea/Makefile
index ac95ded0951..cf47a1a32a2 100644
--- a/print/kpathsea/Makefile
+++ b/print/kpathsea/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2010/11/17 19:27:05 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2011/03/14 21:29:20 minskim Exp $
DISTNAME= texlive-20100720-source
PKGNAME= kpathsea-6.0.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
EXTRACT_SUFX= .tar.xz
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.tug.org/kpathsea/
COMMENT= Path searching library for TeX-related files
LICENSE= gnu-lgpl-v2.1
-CONFLICTS+= teTeX-bin<=3.0nb21
+CONFLICTS+= teTeX-bin<=3.0nb46
CONFLICTS+= teTeX-texmf<=3.0nb5
CONFLICTS+= texlive-tetex<2010
@@ -65,6 +65,10 @@ CONF_FILES= ${PREFIX}/share/texmf/web2c/texmf.cnf \
${PKG_SYSCONFDIR}/texmf.cnf
OWN_DIRS+= ${TEXMFLOCAL} ${VARBASE}/lib/texmf
+.for d in pk source tfm
+OWN_DIRS_PERMS+= ${VARBASE}/lib/texmf/fonts/${d} \
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 1777
+.endfor
INSTALLATION_DIRS+= share/texmf-dist
.include "../../mk/bsd.pkg.mk"