diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-13 00:13:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-13 00:13:03 +0000 |
commit | b62e265091bf914c21181c58fb4590e0246a63c3 (patch) | |
tree | d33585b202d773e199a36c6c68c42b2a135e4e96 /print/tex-hyphen-base | |
parent | 8de53c7dca03975f051b067ef47d505259ac70cc (diff) | |
download | pkgsrc-b62e265091bf914c21181c58fb4590e0246a63c3.tar.gz |
Simplify TeX Live packages using print/texlive/module.mk.
Diffstat (limited to 'print/tex-hyphen-base')
-rw-r--r-- | print/tex-hyphen-base/Makefile | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/print/tex-hyphen-base/Makefile b/print/tex-hyphen-base/Makefile index 3e4cf204603..34cc0116a63 100644 --- a/print/tex-hyphen-base/Makefile +++ b/print/tex-hyphen-base/Makefile @@ -1,25 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/06 17:53:40 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/13 00:13:03 minskim Exp $ # TeX Live Revision 11176 DISTNAME= hyphen-base PKGNAME= tex-${DISTNAME}-2008.11176 -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= TeX hyphenation patterns for English -PKG_DESTDIR_SUPPORT= user-destdir - -USE_TOOLS+= pax - -NO_CONFIGURE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR} - PKG_SYSCONFSUBDIR= texmf MAKE_DIRS+= ${PKG_SYSCONFDIR}/tex/generic/config @@ -31,14 +18,5 @@ CONF_FILES+= ${PREFIX}/share/texmf/tex/generic/config/language.def \ TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR} TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf -.include "../../print/kpathsea/texmf.mk" - -post-extract: - ${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 - +.include "../../print/texlive/module.mk" .include "../../mk/bsd.pkg.mk" |