pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/teTeX3-bin Create another texmf tree, texmf-loca...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ace4e851254
branches: trunk
changeset: 510927:8ace4e851254
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Apr 06 19:11:34 2006 +0000
description:
Create another texmf tree, texmf-local so that TeX packages can be
installed without conflicts with those included in teTeX-texmf.
Bump PKGREVISION.
diffstat:
print/teTeX3-bin/INSTALL | 4 +++-
print/teTeX3-bin/Makefile | 6 +++---
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r 94cf69937c0c -r 8ace4e851254 print/teTeX3-bin/INSTALL
--- a/print/teTeX3-bin/INSTALL Thu Apr 06 18:26:38 2006 +0000
+++ b/print/teTeX3-bin/INSTALL Thu Apr 06 19:11:34 2006 +0000
@@ -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 @@
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 @@
#
${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 -r 94cf69937c0c -r 8ace4e851254 print/teTeX3-bin/Makefile
--- a/print/teTeX3-bin/Makefile Thu Apr 06 18:26:38 2006 +0000
+++ b/print/teTeX3-bin/Makefile Thu Apr 06 19:11:34 2006 +0000
@@ -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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index