summaryrefslogtreecommitdiff
path: root/print/texfamily/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2005-11-08 23:03:10 +0000
committertonio <tonio>2005-11-08 23:03:10 +0000
commit3c150ecbc45918b39f27f1ea2814d30d9f3a676b (patch)
tree4e5f5d3d20684b09bee8eda5f16d5df1e6434b4a /print/texfamily/Makefile
parent42f9642e23f1e9a64d74114515ea5c7c9e67f06c (diff)
downloadpkgsrc-3c150ecbc45918b39f27f1ea2814d30d9f3a676b.tar.gz
convert to use tex.buildlink3.mk
Diffstat (limited to 'print/texfamily/Makefile')
-rw-r--r--print/texfamily/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile
index 5b24f0b39bd..c0c7b82a380 100644
--- a/print/texfamily/Makefile
+++ b/print/texfamily/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/07/15 18:27:53 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/11/08 23:03:10 tonio Exp $
DISTNAME= TeXfamily-1.2.1
PKGREVISION= 5
@@ -27,6 +27,7 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/texk/web2c/ptex-${TEXFAMILY_PTEXVERSION}
MAINTAINER= kei@NetBSD.org
COMMENT= TeXfamily (pTeX, JTeX, MuLTeX) - executables
+LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
DEPENDS+= TeXfamily-share>=1.2.1nb3:../../print/texfamily-share
DEPENDS+= ja-vflib-lib-[0-9]*:../../print/ja-vflib-lib
@@ -115,8 +116,8 @@ post-extract:
${LOCALBASE}/share/texmf.local/ptex/plain/base/ptex.tex > \
${WRKSRC}/texk/web2c/ptex-${TEXFAMILY_PTEXVERSION}/ptex.tex
${RM} -f ${WRKSRC}/texmf ${WRKSRC}/texmf.local
- ${LN} -s ${LOCALBASE}/share/texmf ${WRKSRC}
- ${LN} -s ${LOCALBASE}/share/texmf.local ${WRKSRC}
+ ${LN} -s ${PKG_TEXMFPREFIX}/ ${WRKSRC}/texmf
+ ${LN} -s ${LOCALBASE}/share/texmf.local ${WRKSRC}/texmf.local
pre-patch:
${PATCH} -d ${WRKSRC}/texk/dvipsk --quiet -E -p1 < \
@@ -168,4 +169,5 @@ post-install:
pre-clean:
cd ../../print/teTeX1-bin && ${MAKE} clean
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"