diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 09:01:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 09:01:16 +0000 |
commit | 6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c (patch) | |
tree | f31edaeb6360332619fa574baabd5871d646f682 /print | |
parent | c92320d92678dfa68215d796d1b3b5ca18ef72aa (diff) | |
download | pkgsrc-6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c.tar.gz |
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Diffstat (limited to 'print')
-rw-r--r-- | print/advi/Makefile | 3 | ||||
-rw-r--r-- | print/dvipdfmx/Makefile | 3 | ||||
-rw-r--r-- | print/epdfview/Makefile | 3 | ||||
-rw-r--r-- | print/evince/Makefile.common | 3 | ||||
-rw-r--r-- | print/glabels/Makefile | 3 | ||||
-rw-r--r-- | print/lgrind/Makefile | 3 | ||||
-rw-r--r-- | print/scribus/Makefile | 3 | ||||
-rw-r--r-- | print/tex-abc/Makefile | 3 | ||||
-rw-r--r-- | print/tex-algorithm2e/Makefile | 3 | ||||
-rw-r--r-- | print/tex-chemarrow/Makefile | 3 | ||||
-rw-r--r-- | print/tex-cooking/Makefile | 3 | ||||
-rw-r--r-- | print/tex-dhucs/Makefile | 3 | ||||
-rw-r--r-- | print/tex-draftwatermark/Makefile | 3 | ||||
-rw-r--r-- | print/tex-everypage/Makefile | 3 | ||||
-rw-r--r-- | print/tex-fixme/Makefile | 3 | ||||
-rw-r--r-- | print/tex-foiltex/Makefile | 3 | ||||
-rw-r--r-- | print/tex-glossaries/Makefile | 3 | ||||
-rw-r--r-- | print/tex-hlatex/Makefile | 3 | ||||
-rw-r--r-- | print/tex-igo/Makefile | 3 | ||||
-rw-r--r-- | print/tex-memhangul-ucs/Makefile | 3 | ||||
-rw-r--r-- | print/tex-musixtex/Makefile | 3 | ||||
-rw-r--r-- | print/tex-ocrb/Makefile | 3 | ||||
-rw-r--r-- | print/tex-pgf/Makefile | 3 | ||||
-rw-r--r-- | print/tex-prosper/Makefile | 3 | ||||
-rw-r--r-- | print/tex-resume/Makefile | 3 | ||||
-rw-r--r-- | print/tex-ucs/Makefile | 3 |
26 files changed, 26 insertions, 52 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index 8ce2598cdb0..d16151504ac 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/09/21 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2009/07/22 09:01:42 wiz Exp $ DISTNAME= advi-1.6.0 PKGREVISION= 5 @@ -33,7 +33,6 @@ SUBST_STAGE.paths= post-configure SUBST_FILES.paths= userfile.ml SUBST_SED.paths= -e "s:/etc/advirc:${PKG_SYSCONFDIR}/advirc:g" -USE_DIRS+= texmf-1.0 .include "../../print/teTeX/module.mk" post-extract: diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index 5018976229a..9eedf0835d5 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2009/06/09 21:31:04 minskim Exp $ +# $NetBSD: Makefile,v 1.31 2009/07/22 09:01:42 wiz Exp $ DISTNAME= dvipdfmx-20070518 PKGNAME= ${DISTNAME:S/-/-0.0.0./} @@ -15,7 +15,6 @@ DEPENDS+= adobe-cmaps>=20060615:../../fonts/adobe-cmaps CONFLICTS+= dvipdfm-[0-9]* CONFLICTS+= ja-dvipdfm-[0-9]* -USE_DIRS+= texmf-1.4 USE_TOOLS+= gs:run GNU_CONFIGURE= YES MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PREFIX:Q}/share/texmf-dist diff --git a/print/epdfview/Makefile b/print/epdfview/Makefile index 4b2e03e2458..37d1c2694ac 100644 --- a/print/epdfview/Makefile +++ b/print/epdfview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/06/04 16:34:36 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:42 wiz Exp $ # DISTNAME= epdfview-0.1.7 @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes USE_LANGUAGES+= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config msgfmt -USE_DIRS+= xdg-1.4 .include "options.mk" diff --git a/print/evince/Makefile.common b/print/evince/Makefile.common index c20cf27ac34..5ccd1b9e36e 100644 --- a/print/evince/Makefile.common +++ b/print/evince/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2009/05/19 13:45:16 wiz Exp $ +# $NetBSD: Makefile.common,v 1.29 2009/07/22 09:01:42 wiz Exp $ # # used by print/evince/Makefile # used by print/evince-nautilus/Makefile @@ -16,7 +16,6 @@ PATCHDIR= ${.CURDIR}/../evince/patches DISTINFO_FILE= ${.CURDIR}/../evince/distinfo GNU_CONFIGURE= yes -USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/print/glabels/Makefile b/print/glabels/Makefile index d3b972291e4..a3f9635270e 100644 --- a/print/glabels/Makefile +++ b/print/glabels/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/05/26 18:50:49 drochner Exp $ +# $NetBSD: Makefile,v 1.33 2009/07/22 09:01:43 wiz Exp $ # DISTNAME= glabels-2.2.5 @@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_DIRS+= gnome2-1.5 GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index d442963a762..3949d2a6809 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/02/15 23:23:43 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2009/07/22 09:01:43 wiz Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 @@ -13,7 +13,6 @@ COMMENT= Source pretty printer for LaTeX WRKSRC= ${WRKDIR}/lgrind/source NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_CONFIGURE= yes -USE_DIRS+= texmf-1.0 TEX_ACCEPTED= teTeX3 .include "../../print/teTeX/module.mk" diff --git a/print/scribus/Makefile b/print/scribus/Makefile index b296036f6e5..d82d5c60dc7 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2009/04/08 16:56:53 drochner Exp $ +# $NetBSD: Makefile,v 1.60 2009/07/22 09:01:43 wiz Exp $ DISTNAME= scribus-1.3.3.12 PKGREVISION= 2 @@ -12,7 +12,6 @@ COMMENT= Publishing layout with graphical interface PKG_DESTDIR_SUPPORT= user-destdir -USE_DIRS+= xdg-1.4 USE_LANGUAGES= c c++ USE_LIBTOOL= YES USE_TOOLS+= gmake perl pkg-config diff --git a/print/tex-abc/Makefile b/print/tex-abc/Makefile index d6f9cb04738..985f4ec0f5e 100644 --- a/print/tex-abc/Makefile +++ b/print/tex-abc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/10 20:16:06 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:43 wiz Exp $ DISTNAME= abc PKGNAME= tex-${DISTNAME}-1.0 @@ -13,7 +13,6 @@ COMMENT= Support ABC music notation in LaTeX DEPENDS+= abcm2ps-[0-9]*:../../print/abcm2ps DEPENDS+= ps2eps-[0-9]*:../../graphics/ps2eps -USE_DIRS+= texmf-dirs-1.0 .include "../../print/teTeX/module.mk" diff --git a/print/tex-algorithm2e/Makefile b/print/tex-algorithm2e/Makefile index 52f3b0c3bad..4e69fca1fc4 100644 --- a/print/tex-algorithm2e/Makefile +++ b/print/tex-algorithm2e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/03 15:05:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:43 wiz Exp $ DISTNAME= algorithm2e PKGNAME= tex-${DISTNAME}-3.9 @@ -13,7 +13,6 @@ COMMENT= Environment for writing algorithms PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes -USE_DIRS+= texmf-1.4 .include "../../print/teTeX/module.mk" diff --git a/print/tex-chemarrow/Makefile b/print/tex-chemarrow/Makefile index c0e0928a08b..2d222f38886 100644 --- a/print/tex-chemarrow/Makefile +++ b/print/tex-chemarrow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/05/26 02:13:23 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:43 wiz Exp $ # DISTNAME= chemarrow @@ -14,7 +14,6 @@ COMMENT= New arrow heads for chemical reaction schemes NO_CONFIGURE= yes NO_BUILD= yes -USE_DIRS+= texmf-1.0 USE_TOOLS+= pax diff --git a/print/tex-cooking/Makefile b/print/tex-cooking/Makefile index f3b305fc5e7..1103a331a5b 100644 --- a/print/tex-cooking/Makefile +++ b/print/tex-cooking/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/15 21:49:07 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:43 wiz Exp $ DISTNAME= cooking PKGNAME= tex-${DISTNAME}-0.9b @@ -12,7 +12,6 @@ COMMENT= Typeset recipes DIST_SUBDIR= ${PKGNAME_NOREV} -USE_DIRS+= texmf-1.0 .include "../../print/teTeX/module.mk" diff --git a/print/tex-dhucs/Makefile b/print/tex-dhucs/Makefile index c116edc00dc..d82f2e5f385 100644 --- a/print/tex-dhucs/Makefile +++ b/print/tex-dhucs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/05/26 02:13:23 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2009/07/22 09:01:43 wiz Exp $ DISTNAME= dhucs-3.2.2-20070507 PKGNAME= tex-${DISTNAME:C/-[0-9]+$//} @@ -18,7 +18,6 @@ SITES.fonts-unttf-20070507.tar.gz= \ WRKSRC= ${WRKDIR}/dhucs NO_BUILD= yes -USE_DIRS+= texmf-1.0 USE_TOOLS+= bzcat pax perl:run REPLACE_PERL+= script/makeindex-dhucs.pl diff --git a/print/tex-draftwatermark/Makefile b/print/tex-draftwatermark/Makefile index 5ca46846894..bb08b6f33fd 100644 --- a/print/tex-draftwatermark/Makefile +++ b/print/tex-draftwatermark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/26 16:59:23 reed Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:43 wiz Exp $ DISTNAME= draftwatermark PKGNAME= tex-${DISTNAME}-1.0 @@ -15,7 +15,6 @@ DEPENDS+= tex-everypage>=1.0:../../print/tex-everypage DIST_SUBDIR= ${PKGNAME_NOREV} -USE_DIRS+= texmf-1.4 INSTALLATION_DIRS= share/doc/tex-draftwatermark diff --git a/print/tex-everypage/Makefile b/print/tex-everypage/Makefile index b375e75df36..91483ac0243 100644 --- a/print/tex-everypage/Makefile +++ b/print/tex-everypage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/26 16:57:51 reed Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:43 wiz Exp $ DISTNAME= everypage PKGNAME= tex-${DISTNAME}-1.0 @@ -13,7 +13,6 @@ COMMENT= LaTeX package for hooks to run on every page DIST_SUBDIR= ${PKGNAME_NOREV} -USE_DIRS+= texmf-1.4 INSTALLATION_DIRS= share/doc/tex-everypage diff --git a/print/tex-fixme/Makefile b/print/tex-fixme/Makefile index 31f7ba5a257..ab3ae451aeb 100644 --- a/print/tex-fixme/Makefile +++ b/print/tex-fixme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/01 18:32:26 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:44 wiz Exp $ DISTNAME= fixme PKGNAME= tex-${DISTNAME}-3.2 @@ -11,7 +11,6 @@ HOMEPAGE= http://tug.ctan.org/tex-archive/macros/latex/contrib/fixme/ COMMENT= Insert "fixme" notes into draft documents DIST_SUBDIR= ${PKGNAME} -USE_DIRS+= texmf-1.2 .include "../../print/teTeX/module.mk" diff --git a/print/tex-foiltex/Makefile b/print/tex-foiltex/Makefile index b814cb6738a..ec497f679ef 100644 --- a/print/tex-foiltex/Makefile +++ b/print/tex-foiltex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/05/19 08:59:30 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:44 wiz Exp $ DISTNAME= # empty PKGNAME= tex-foiltex-2.1.4a @@ -17,7 +17,6 @@ NO_BIN_ON_CDROM=${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} NO_CONFIGURE= YES -USE_DIRS+= texmf-1.0 EVAL_PREFIX+= LATEX_PREFIX=latex LATEX_PREFIX_DEFAULT=${LOCALBASE} diff --git a/print/tex-glossaries/Makefile b/print/tex-glossaries/Makefile index 49603b9e70f..b43e9bfb1b6 100644 --- a/print/tex-glossaries/Makefile +++ b/print/tex-glossaries/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/03 15:19:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:44 wiz Exp $ DISTNAME= glossaries PKGNAME= tex-${DISTNAME}-1.02 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= tex-xkeyval>=2.5f:../../print/tex-xkeyval DIST_SUBDIR= ${PKGNAME_NOREV} -USE_DIRS+= texmf-1.4 USE_TOOLS+= perl:run REPLACE_PERL= scripts/makeglossaries diff --git a/print/tex-hlatex/Makefile b/print/tex-hlatex/Makefile index 7c85971b569..bd1c74d8516 100644 --- a/print/tex-hlatex/Makefile +++ b/print/tex-hlatex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/07 04:47:20 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:44 wiz Exp $ DISTNAME= HLaTeX-1.0.1 PKGNAME= tex-hlatex-${DISTNAME:S/HLaTeX-//} @@ -12,7 +12,6 @@ COMMENT= LaTeX package to typeset Hangul DEPENDS+= tex-uhc-fonts-base>=1.0:../../fonts/tex-uhc-fonts-base -USE_DIRS+= texmf-1.0 WRKSRC= ${WRKDIR}/HLaTeX .include "../../print/teTeX/module.mk" diff --git a/print/tex-igo/Makefile b/print/tex-igo/Makefile index 70dd27f5b78..6fe99e08051 100644 --- a/print/tex-igo/Makefile +++ b/print/tex-igo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/11 06:13:35 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:44 wiz Exp $ DISTNAME= igo PKGNAME= tex-${DISTNAME}-0 @@ -10,7 +10,6 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.ctan.org/tex-archive/fonts/igo/ COMMENT= Fonts and macro to typeset Go diagrams -USE_DIRS+= texmf-1.2 .include "../../print/teTeX/module.mk" diff --git a/print/tex-memhangul-ucs/Makefile b/print/tex-memhangul-ucs/Makefile index 1b64a5bcb6d..67f8d763146 100644 --- a/print/tex-memhangul-ucs/Makefile +++ b/print/tex-memhangul-ucs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/13 05:36:52 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:44 wiz Exp $ DISTNAME= memhangul-ucs-1.4.4f PKGNAME= tex-${DISTNAME} @@ -15,7 +15,6 @@ DEPENDS+= tex-memoir>=1.618:../../print/tex-memoir NO_CONFIGURE= yes NO_BUILD= yes -USE_DIRS+= texmf-1.2 .include "../../print/teTeX/module.mk" diff --git a/print/tex-musixtex/Makefile b/print/tex-musixtex/Makefile index 34e4873d6a9..232f62f68b7 100644 --- a/print/tex-musixtex/Makefile +++ b/print/tex-musixtex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/02/25 17:55:00 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2009/07/22 09:01:44 wiz Exp $ # DISTNAME= musixtex-112 @@ -18,7 +18,6 @@ TEX_ACCEPTED= teTeX3 WRKSRC= ${WRKDIR}/musixtex-T112 NO_CONFIGURE= yes -USE_DIRS+= texmf-1.0 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/print/tex-ocrb/Makefile b/print/tex-ocrb/Makefile index 3e5427dee1c..931e16bf9ee 100644 --- a/print/tex-ocrb/Makefile +++ b/print/tex-ocrb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/07 03:26:16 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:44 wiz Exp $ # DISTNAME= ocr-b @@ -19,7 +19,6 @@ DISTFILES= ocrb10.mf ocrb10e.mf ocrb10f.mf ocrb10g.mf ocrb10l.mf \ NO_CONFIGURE= yes NO_BUILD= yes -USE_DIRS+= texmf-1.0 PLIST_SUBST+= LOCALTEXMF=${PKG_LOCALTEXMFPREFIX:S/${PREFIX}\///} diff --git a/print/tex-pgf/Makefile b/print/tex-pgf/Makefile index 25de91b6643..076c3eb57b4 100644 --- a/print/tex-pgf/Makefile +++ b/print/tex-pgf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/04/06 09:31:59 is Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:44 wiz Exp $ # DISTNAME= pgf-2.00 @@ -15,7 +15,6 @@ DEPENDS= tex-xkeyval-[0-9]*:../../print/tex-xkeyval USE_LANGUAGES= # none USE_TOOLS+= pax -USE_DIRS+= texmf-1.4 .include "../../print/teTeX/module.mk" diff --git a/print/tex-prosper/Makefile b/print/tex-prosper/Makefile index 5c5dd57bae5..dde28b06611 100644 --- a/print/tex-prosper/Makefile +++ b/print/tex-prosper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:23 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:44 wiz Exp $ # DISTNAME= prosper-1.00.4 @@ -15,7 +15,6 @@ COMMENT= LaTeX class for writing transparencies WRKSRC= ${WRKDIR}/prosper NO_CONFIGURE= yes NO_BUILD= yes -USE_DIRS+= texmf-1.0 USE_TOOLS+= pax diff --git a/print/tex-resume/Makefile b/print/tex-resume/Makefile index c782237859a..bbaf14e3b43 100644 --- a/print/tex-resume/Makefile +++ b/print/tex-resume/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/03 15:22:07 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:45 wiz Exp $ DISTNAME= resume PKGNAME= tex-${DISTNAME}-20010823 @@ -13,7 +13,6 @@ COMMENT= Resume document style PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes -USE_DIRS+= texmf-1.4 .include "../../print/teTeX/module.mk" diff --git a/print/tex-ucs/Makefile b/print/tex-ucs/Makefile index 72bd85f47da..9840e5a025b 100644 --- a/print/tex-ucs/Makefile +++ b/print/tex-ucs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/07 03:55:22 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2009/07/22 09:01:45 wiz Exp $ # DISTNAME= unicode @@ -15,7 +15,6 @@ 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 |