diff options
author | minskim <minskim> | 2006-04-07 03:55:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-04-07 03:55:22 +0000 |
commit | c1d9093a928e0114191ac719084715fee42bab8e (patch) | |
tree | c1ee70322045491dbfdc07ca17da77fed8defb3f /print/tex-ucs | |
parent | 6cde30f6bb24dcb29ca724112c053ad4f0a70c1c (diff) | |
download | pkgsrc-c1d9093a928e0114191ac719084715fee42bab8e.tar.gz |
Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
Diffstat (limited to 'print/tex-ucs')
-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 |