diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-08 21:45:01 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-08 21:45:01 +0000 |
commit | 1f840758bac71b73221bda274354aa4263db4e48 (patch) | |
tree | 463b5a781f3385dc599625eab57a4510ebd8828a /print/tex-ucs/Makefile | |
parent | f91d5a39079b713fbd92b29d8300f091816bbf21 (diff) | |
download | pkgsrc-1f840758bac71b73221bda274354aa4263db4e48.tar.gz |
convert to use tex.buidllink3.mk
Install files in ${PKG_LOCALTEXMFPREFIX}
Diffstat (limited to 'print/tex-ucs/Makefile')
-rw-r--r-- | print/tex-ucs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/tex-ucs/Makefile b/print/tex-ucs/Makefile index 14efa7f6fdb..3f3f560109a 100644 --- a/print/tex-ucs/Makefile +++ b/print/tex-ucs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/08/09 18:33:38 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/08 21:45:01 tonio Exp $ # DISTNAME= unicode @@ -11,14 +11,12 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.unruh.de/DniQ/latex/unicode/ COMMENT= LaTeX UTF-8 support -DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin - WRKSRC= ${WRKDIR}/ucs NO_CONFIGURE= yes NO_BUILD= yes UCSFILES= ucs.sty utf8x.def ucsencs.def -UCSDIR= ${PREFIX}/share/texmf/tex/latex/ucs +UCSDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/ucs do-install: ${INSTALL_DATA_DIR} ${UCSDIR} @@ -31,4 +29,5 @@ do-install: post-install: ${LOCALBASE}/bin/texconfig rehash +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |