diff options
author | tonio <tonio> | 2005-11-08 19:51:57 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-11-08 19:51:57 +0000 |
commit | f719d054c578c16f8dd9f21fdc6e458236b99c76 (patch) | |
tree | 197c5fe4c9bd539920962b5469ea11ad6208e15d | |
parent | 6a694a8164cc4d1dd5a02270817e4a99bc615c30 (diff) | |
download | pkgsrc-f719d054c578c16f8dd9f21fdc6e458236b99c76.tar.gz |
convert to use tex.buidlink3.mk
-rw-r--r-- | graphics/xdvipresent/Makefile | 6 |
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" |