pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/xdvipresent convert to use tex.buidlink3.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7a1e6766e8b
branches:  trunk
changeset: 502760:e7a1e6766e8b
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Nov 08 19:51:57 2005 +0000

description:
convert to use tex.buidlink3.mk

diffstat:

 graphics/xdvipresent/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 19c0c44d5555 -r e7a1e6766e8b graphics/xdvipresent/Makefile
--- a/graphics/xdvipresent/Makefile     Tue Nov 08 19:49:52 2005 +0000
+++ b/graphics/xdvipresent/Makefile     Tue Nov 08 19:51:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:59 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/11/08 19:51:57 tonio Exp $
 #
 
 DISTNAME=      xdvipresent-0.6p14
@@ -17,7 +17,7 @@
 NO_BUILD=      yes
 NO_CONFIGURE=  yes
 
-STYDIR=                ${PREFIX}/share/texmf/tex/latex/other
+STYDIR=                ${PKG_LOCALTEXMFPREFIX}/tex/latex/other
 EXAMPLES_DIR=  ${PREFIX}/share/examples/xdvipresent
 MAN_DIR=       ${PREFIX}/man/
 HTML_DIR=      ${PREFIX}/share/doc/html/xdvipresent
@@ -36,5 +36,5 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/xdvipresent_html/* ${HTML_DIR}
        ${PREFIX}/bin/texconfig rehash
 
-.include "../../print/teTeX-bin/kpathsea.buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index