From 21afae367e2ab6989f58743651471d19cba6f6ad Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 6 Apr 2006 19:11:34 +0000 Subject: Create another texmf tree, texmf-local so that TeX packages can be installed without conflicts with those included in teTeX-texmf. Bump PKGREVISION. --- print/teTeX3-bin/INSTALL | 4 +++- print/teTeX3-bin/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'print') diff --git a/print/teTeX3-bin/INSTALL b/print/teTeX3-bin/INSTALL index fdc292eff11..a9ac001f052 100644 --- a/print/teTeX3-bin/INSTALL +++ b/print/teTeX3-bin/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.2 2006/04/06 14:39:11 jlam Exp $ +# $NetBSD: INSTALL,v 1.3 2006/04/06 19:11:34 minskim Exp $ case "${STAGE}" in POST-INSTALL) @@ -34,6 +34,7 @@ ACTION=$1 TEXFONTS_DIR="@TEXFONTSDIR@" TEXMF_DATADIR="${PKG_PREFIX}/share/texmf" +TEXMF_LOCALDATADIR="${PKG_PREFIX}/share/texmf-local" TEXMF_VARDIR="${PKG_PREFIX}/share/texmf-var" exitcode=0 @@ -60,6 +61,7 @@ REMOVE) # ${RM} -f ${TEXFONTS_DIR}/ls-R ${RM} -f ${TEXMF_DATADIR}/ls-R + ${RM} -f ${TEXMF_LOCALDATADIR}/ls-R ${RM} -f ${TEXMF_VARDIR}/ls-R # We inspect both the user-modified and distributed fmtutil.cnf diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index addf7467667..b9bcb82d4e1 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2006/04/06 14:39:11 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/06 19:11:34 minskim Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/} @@ -36,7 +36,7 @@ CONF_FILES+= ${PREFIX}/share/texmf/web2c/fmtutil.cnf.dist \ ${PREFIX}/share/texmf/web2c/fmtutil.cnf CONF_FILES+= ${PREFIX}/share/texmf/web2c/texmf.cnf.dist \ ${PREFIX}/share/texmf/web2c/texmf.cnf -OWN_DIRS+= ${PREFIX}/share/texmf-var +OWN_DIRS+= ${PREFIX}/share/texmf-var ${PREFIX}/share/texmf-local .include "../../print/teTeX3-bin/Makefile.common" .include "../../graphics/xpm/buildlink3.mk" -- cgit v1.2.3