summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-base
diff options
context:
space:
mode:
authorminskim <minskim>2009-04-13 00:13:03 +0000
committerminskim <minskim>2009-04-13 00:13:03 +0000
commit13572c40d87352735c3cbb5584e9e186158c6b6e (patch)
treed33585b202d773e199a36c6c68c42b2a135e4e96 /print/tex-hyphen-base
parent732d3e5d780e597441b1cd5d6355e0fe2fe4caec (diff)
downloadpkgsrc-13572c40d87352735c3cbb5584e9e186158c6b6e.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/Makefile26
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"