diff options
author | minskim <minskim> | 2009-04-13 00:13:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-04-13 00:13:03 +0000 |
commit | 13572c40d87352735c3cbb5584e9e186158c6b6e (patch) | |
tree | d33585b202d773e199a36c6c68c42b2a135e4e96 /print/tex-bin-kpathsea | |
parent | 732d3e5d780e597441b1cd5d6355e0fe2fe4caec (diff) | |
download | pkgsrc-13572c40d87352735c3cbb5584e9e186158c6b6e.tar.gz |
Simplify TeX Live packages using print/texlive/module.mk.
Diffstat (limited to 'print/tex-bin-kpathsea')
-rw-r--r-- | print/tex-bin-kpathsea/Makefile | 37 |
1 files changed, 6 insertions, 31 deletions
diff --git a/print/tex-bin-kpathsea/Makefile b/print/tex-bin-kpathsea/Makefile index 62bf5a56fa1..25729fb2437 100644 --- a/print/tex-bin-kpathsea/Makefile +++ b/print/tex-bin-kpathsea/Makefile @@ -1,43 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2009/04/11 19:22:11 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/13 00:13:03 minskim Exp $ # TeX Live Revision 12509 DISTNAME= bin-kpathsea PKGNAME= tex-${DISTNAME}-2008.12509 -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/tlnet/2008/archive/} -DIST_SUBDIR= ${PKGNAME_NOREV} -EXTRACT_SUFX= .tar.lzma MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://www.tug.org/texlive/ COMMENT= Translation tables for TeX -PKG_DESTDIR_SUPPORT= user-destdir - -USE_TOOLS+= pax - -NO_CONFIGURE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR} - TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf -.include "../../print/kpathsea/texmf.mk" - -post-extract: - ${RM} -f ${WRKSRC}/texmf/web2c/mktex.opt - ${RM} -f ${WRKSRC}/texmf/web2c/mktexdir - ${RM} -f ${WRKSRC}/texmf/web2c/mktexdir.opt - ${RM} -f ${WRKSRC}/texmf/web2c/mktexnam - ${RM} -f ${WRKSRC}/texmf/web2c/mktexnam.opt - ${RM} -f ${WRKSRC}/texmf/web2c/mktexupd - ${RM} -f ${WRKSRC}/texmf/web2c/texmf.cnf - ${RM} -f ${WRKSRC}/texmf/web2c/fmtutil.cnf - ${FIND} ${WRKSRC}/texmf* -type d -exec ${CHMOD} ${PKGDIRMODE} {} \; - ${FIND} ${WRKSRC}/texmf* -type f -exec ${CHMOD} ${SHAREMODE} {} \; - -do-install: - cd ${WRKSRC} && \ - pax -rwpm -s ',.*\.orig$$,,' texmf* ${DESTDIR}${PREFIX}/share +TEXLIVE_IGNORE_PATTERNS= texmf/web2c/fmtutil.cnf \ + texmf/web2c/mktex.opt \ + texmf/web2c/mktex[a-z]* \ + texmf/web2c/texmf.cnf +.include "../../print/texlive/module.mk" .include "../../mk/bsd.pkg.mk" |