summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim>2006-08-10 03:35:33 +0000
committerminskim <minskim>2006-08-10 03:35:33 +0000
commitf5497bbf5702ec4638d99c9f221c8724046c133e (patch)
tree0556dd2d5c15cbf245a96c322ea1881c2b87ad0e /print
parent4fb9ffd8a295942dfb65d50f38848b1ad2c0d292 (diff)
downloadpkgsrc-f5497bbf5702ec4638d99c9f221c8724046c133e.tar.gz
Remove references to teTeX2.
Diffstat (limited to 'print')
-rw-r--r--print/teTeX/module.mk8
-rw-r--r--print/texmf-dirs/Makefile6
2 files changed, 3 insertions, 11 deletions
diff --git a/print/teTeX/module.mk b/print/teTeX/module.mk
index 497471678e2..a8135554eeb 100644
--- a/print/teTeX/module.mk
+++ b/print/teTeX/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.16 2006/06/15 22:13:59 jlam Exp $
+# $NetBSD: module.mk,v 1.17 2006/08/10 03:35:33 minskim Exp $
#
# This Makefile fragment is intended to be included by packages that
# install TeX packages. It takes care of rebuilding the ls-R database
@@ -34,12 +34,6 @@ PRINT_PLIST_AWK+= /^(@dirrm )?${PKG_LOCALTEXMFPREFIX:S|${PREFIX}/||:S|/|\\/|g}(\
PRINT_PLIST_AWK+= /^(@dirrm )?${PKG_LOCALTEXMFPREFIX:S|${PREFIX}/||:S|/|\\/|g}/ \
{ gsub(/${PKG_LOCALTEXMFPREFIX:S|${PREFIX}/||:S|/|\\/|g}/, "$${PKG_LOCALTEXMFPREFIX}"); }
-# do not use tex.buildlink3.mk when the only accepted version is teTeX2, to
-# allow bulk build to create packages
-.if defined(TEX_ACCEPTED) && ${TEX_ACCEPTED} == "teTeX2"
-.include "../../print/teTeX-bin/buildlink3.mk"
-.else
.include "../../mk/tex.buildlink3.mk"
-.endif
.endif # TEX_PACKAGE_MK
diff --git a/print/texmf-dirs/Makefile b/print/texmf-dirs/Makefile
index 4c8b0726f92..cc9071e8239 100644
--- a/print/texmf-dirs/Makefile
+++ b/print/texmf-dirs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/06/24 10:39:32 hira Exp $
+# $NetBSD: Makefile,v 1.7 2006/08/10 03:35:33 minskim Exp $
DISTNAME= texmf-dirs-1.3
CATEGORIES= print
@@ -20,9 +20,7 @@ WRKSRC= ${WRKDIR}
.include "../../mk/tex.buildlink3.mk"
REQD_DIRS+= ${TEXMF_DIRS:O:S/^/${PKG_LOCALTEXMFPREFIX}\//}
-.if ${TEX_TYPE} == "teTeX2"
-BUILDLINK_API_DEPENDS.teTeX-bin+= teTeX-bin>=2.0.2nb7 teTeX-bin<3.0
-.elif ${TEX_TYPE} == "teTeX3"
+.if ${TEX_TYPE} == "teTeX3"
BUILDLINK_API_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb10
.endif