pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/texmf-dirs Replace hardcoded texmf-local with PK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c64b37f90083
branches:  trunk
changeset: 510981:c64b37f90083
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 07 14:55:41 2006 +0000

description:
Replace hardcoded texmf-local with PKG_LOCATEXMFPREFIX, which is now set
correctly in teTeX{,3}-bin/buildlink3.mk.  Pointed out by tonio@.

diffstat:

 print/texmf-dirs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0fc771149e2c -r c64b37f90083 print/texmf-dirs/Makefile
--- a/print/texmf-dirs/Makefile Fri Apr 07 14:52:55 2006 +0000
+++ b/print/texmf-dirs/Makefile Fri Apr 07 14:55:41 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/04/07 05:08:50 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2006/04/07 14:55:41 minskim Exp $
 
 DISTNAME=      texmf-dirs-1.1
 CATEGORIES=    print
@@ -23,7 +23,7 @@
 .if ${TEX_TYPE} == "teTeX1"
 REQD_DIRS=     # empty
 .else
-REQD_DIRS+=    ${TEXMF_DIRS:O:S/^/${PREFIX}\/share\/texmf-local\//}
+REQD_DIRS+=    ${TEXMF_DIRS:O:S/^/${PKG_LOCALTEXMFPREFIX}\//}
 .  if ${TEX_TYPE} == "teTeX2"
 BUILDLINK_API_DEPENDS.teTeX-bin+=      teTeX-bin>=2.0.2nb7 teTeX-bin<3.0
 .  elif ${TEX_TYPE} == "teTeX3"



Home | Main Index | Thread Index | Old Index