pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/texmf-dirs Fix the web2c path. Skip PKGREVISION...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d81fbf9a6d69
branches:  trunk
changeset: 510939:d81fbf9a6d69
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Apr 06 23:28:36 2006 +0000

description:
Fix the web2c path.  Skip PKGREVISION bump because this was imported a few
minutes ago.

diffstat:

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

diffs (18 lines):

diff -r c4d0535a5205 -r d81fbf9a6d69 print/texmf-dirs/dirs.mk
--- a/print/texmf-dirs/dirs.mk  Thu Apr 06 23:09:06 2006 +0000
+++ b/print/texmf-dirs/dirs.mk  Thu Apr 06 23:28:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dirs.mk,v 1.1.1.1 2006/04/06 23:07:01 minskim Exp $
+# $NetBSD: dirs.mk,v 1.2 2006/04/06 23:28:36 minskim Exp $
 #
 # This file is intended to be included by mk/dirs.mk, not directly by packages.
 #
@@ -36,7 +36,7 @@
 TEXMF_DIRS+=   tex
 TEXMF_DIRS+=   tex/lambda
 TEXMF_DIRS+=   tex/latex
-TEXMF_DIRS+=   tex/web2c
+TEXMF_DIRS+=   web2c
 
 .if defined(_USE_TEXMF_DIRS) && !empty(_USE_TEXMF_DIRS)
 DEPENDS+=      texmf-dirs>=${_USE_TEXMF_DIRS}:../../print/texmf-dirs



Home | Main Index | Thread Index | Old Index