summaryrefslogtreecommitdiff
path: root/print/teTeX
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/teTeX
parent4fb9ffd8a295942dfb65d50f38848b1ad2c0d292 (diff)
downloadpkgsrc-f5497bbf5702ec4638d99c9f221c8724046c133e.tar.gz
Remove references to teTeX2.
Diffstat (limited to 'print/teTeX')
-rw-r--r--print/teTeX/module.mk8
1 files changed, 1 insertions, 7 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