pkgsrc/print/teTeX3-bin/patches/patch-az
minskim f30397ed2a Resolve conflicts between kpathsea and teTeX-{texmf,bin}.
With this change, texmf.cnf is handled properaly using CONF_FILES, and
tex-* packages can be shared by teTeX-3 and TeX Live 2008.

Bump PKGREVISION for teTeX-{texmf,bin}.
2009-01-08 22:09:34 +00:00

22 lines
808 B
Text

$NetBSD: patch-az,v 1.1 2009/01/08 22:09:35 minskim Exp $
--- texk/Makefile.in.orig 2005-01-21 01:11:48.000000000 -0800
+++ texk/Makefile.in
@@ -36,7 +36,7 @@ default all: do-kpathsea
(cd $$d && $(MAKE) $(makeargs) $@) || exit 1; else true; fi; done
install install-data install-exec:
- for d in kpathsea $(programs); do if test -f $$d/Makefile; then \
+ for d in $(programs); do if test -f $$d/Makefile; then \
(cd $$d && $(MAKE) $(installargs) $@) || exit 1; else true; fi; done
# Other standard targets for everything.
@@ -59,7 +59,7 @@ distclean realclean::
# Unconditionally remake the library, since we don't want to write out
# the dependencies here.
do-kpathsea:
- cd $(kpathsea_dir) && $(MAKE) $(makeargs)
+ true
# Targets that only apply to web2c.
triptrap trip trap mptrap \