summaryrefslogtreecommitdiff
path: root/graphics/xdvipresent
diff options
context:
space:
mode:
authortonio <tonio>2005-11-08 19:51:57 +0000
committertonio <tonio>2005-11-08 19:51:57 +0000
commit08f65b887870be0de96739914ab8e5190dbf7a2e (patch)
tree197c5fe4c9bd539920962b5469ea11ad6208e15d /graphics/xdvipresent
parent395c1d5cfdaacaaad0d1426476951857289fea2d (diff)
downloadpkgsrc-08f65b887870be0de96739914ab8e5190dbf7a2e.tar.gz
convert to use tex.buidlink3.mk
Diffstat (limited to 'graphics/xdvipresent')
-rw-r--r--graphics/xdvipresent/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xdvipresent/Makefile b/graphics/xdvipresent/Makefile
index ab3b8353176..ac2b1b28a18 100644
--- a/graphics/xdvipresent/Makefile
+++ b/graphics/xdvipresent/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/xdvipresent
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 @@ do-install:
${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"