diff options
Diffstat (limited to 'print/tex-ucs/Makefile')
-rw-r--r-- | print/tex-ucs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-ucs/Makefile b/print/tex-ucs/Makefile index 4013416d50f..72bd85f47da 100644 --- a/print/tex-ucs/Makefile +++ b/print/tex-ucs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:40 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/07 03:55:22 minskim Exp $ # DISTNAME= unicode PKGNAME= tex-ucs-20041710 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.unruh.de/DniQ/latex/unicode/ EXTRACT_SUFX= .tgz @@ -15,6 +15,7 @@ COMMENT= LaTeX UTF-8 support WRKSRC= ${WRKDIR}/ucs NO_CONFIGURE= yes NO_BUILD= yes +USE_DIRS+= texmf-1.0 UCSFILES= ucs.sty utf8x.def ucsencs.def UCSDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/ucs |