Let teTeX-bin not install files into share/texmf.

This commit is contained in:
minskim 2013-11-13 19:02:25 +00:00
parent 8073455df5
commit 9cf05372b2
5 changed files with 24 additions and 21 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.74 2013/08/02 06:00:00 minskim Exp $
# $NetBSD: Makefile,v 1.75 2013/11/13 19:02:25 minskim Exp $
DISTNAME= tetex-src-3.0
PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
PKGREVISION= 53
PKGREVISION= 54
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=obsolete/systems/unix/teTeX/3.0/distrib/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.25 2012/02/09 21:44:15 minskim Exp $
@comment $NetBSD: PLIST,v 1.26 2013/11/13 19:02:25 minskim Exp $
bin/fdf2tan
bin/fdf2tex
bin/lamed
@ -13,5 +13,3 @@ bin/uniqleaf
info/latex.info
man/man1/fdf2tex.1
man/man1/texshow.1
share/texmf/release-tetex-src.txt
share/texmf/web2c/pdfetex-pl.pool

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.25 2012/02/09 21:44:15 minskim Exp $
$NetBSD: distinfo,v 1.26 2013/11/13 19:02:25 minskim Exp $
SHA1 (teTeX/tetex-src-3.0.tar.gz) = 7637789f7f4929694aed1b89820f5bad4753e8fc
RMD160 (teTeX/tetex-src-3.0.tar.gz) = 15a139f5f36993e4ed3583260e175cfb13ce7bcc
@ -15,9 +15,9 @@ SHA1 (patch-ak) = ba06c10c1151173e04f3a6cc44d44a89f1933bb8
SHA1 (patch-al) = e1fc74bd6ea05176dfac4e99958f0e1281b89b3b
SHA1 (patch-am) = 54d86197eee3d4e15a6c9bad6ae16ef1e0299667
SHA1 (patch-an) = a02db18a49f61f965e0277fbc5a3fa72a5060b47
SHA1 (patch-aq) = d7a4dd4864e43cd27b1ca803f8ebfe82e65f84a7
SHA1 (patch-aq) = f03771a228c13d3a694319f785e3d67811058a05
SHA1 (patch-ar) = 92f465143d278d7b081d70c3053194b70585571b
SHA1 (patch-as) = 8e0d792ad721ce86b1749a5ce78c5a53b379de15
SHA1 (patch-as) = c96d45dc5cf0ca57299247aab6fe8e86494823e7
SHA1 (patch-at) = aaeddf2240f1b0e394ab78122352c111f3aa9718
SHA1 (patch-au) = e8f556ac27ba9a22731b8e7c37356a64eb115860
SHA1 (patch-av) = 53c963ac1b5f1963f707228badeaf0d57b159344

View file

@ -1,8 +1,8 @@
$NetBSD: patch-aq,v 1.2 2006/04/05 16:04:01 jlam Exp $
$NetBSD: patch-aq,v 1.3 2013/11/13 19:02:25 minskim Exp $
--- Makefile.in.orig 2005-01-29 18:12:25.000000000 -0500
--- Makefile.in.orig 2005-01-29 23:12:25.000000000 +0000
+++ Makefile.in
@@ -51,7 +51,7 @@ default: all
@@ -51,42 +51,39 @@ default: all
install: all
for dir in $(INSTDIRS); do \
echo making $@ in $$dir; \
@ -10,8 +10,12 @@ $NetBSD: patch-aq,v 1.2 2006/04/05 16:04:01 jlam Exp $
+ (cd $$dir && PATH="$(scriptdir):$(bindir):$(PATH)" \
$(MAKE) $@) || exit 1; \
done
if test -d $(texmf) && test -f $(srcdir)/release-tetex-src.txt; then \
@@ -63,30 +63,30 @@ install: all
- if test -d $(texmf) && test -f $(srcdir)/release-tetex-src.txt; then \
- $(INSTALL_DATA) $(srcdir)/release-tetex-src.txt $(texmf); \
- fi
@FMU@
@FMU@install-extra:
# temporary fix for missing links
test -f texk/web2c/omegafonts/omfonts && \
cd texk/web2c/omegafonts; $(MAKE) install-links
$(srcdir)/selfautofix "$(bindir)" "$(texmf)/web2c"
@ -52,7 +56,7 @@ $NetBSD: patch-aq,v 1.2 2006/04/05 16:04:01 jlam Exp $
$(MAKE) $@) || exit 1; \
done
@FMU@
@@ -94,8 +94,8 @@ install-exec:
@@ -94,8 +91,8 @@ install-exec:
# temporary fix for missing links
test -f texk/web2c/omegafonts/omfonts && \
cd texk/web2c/omegafonts; $(MAKE) install-links

View file

@ -1,4 +1,4 @@
$NetBSD: patch-as,v 1.11 2012/02/09 21:44:15 minskim Exp $
$NetBSD: patch-as,v 1.12 2013/11/13 19:02:25 minskim Exp $
--- texk/tetex/Makefile.in.orig 2005-02-04 22:20:54.000000000 +0000
+++ texk/tetex/Makefile.in
@ -35,7 +35,7 @@ $NetBSD: patch-as,v 1.11 2012/02/09 21:44:15 minskim Exp $
default: all
install: install-data install-exec
@@ -39,30 +33,6 @@ install-data:: $(INFOFILES)
@@ -39,49 +33,11 @@ install-data:: $(INFOFILES)
for p in $(manpgs); do \
$(INSTALL_DATA) $(srcdir)/$$p.man $(man1dir)/$$p.$(manext); \
done
@ -66,10 +66,11 @@ $NetBSD: patch-as,v 1.11 2012/02/09 21:44:15 minskim Exp $
test -r ./latex.info || cd $(srcdir) && for i in latex.info*; do \
$(INSTALL_DATA) $$i $(infodir)/$$i; done
if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
@@ -71,17 +41,6 @@ install-data:: $(INFOFILES)
for p in $(POOLFILES); do \
$(INSTALL_DATA) $(srcdir)/$$p $(texpooldir)/$$p; \
done
install-info --info-dir=$(infodir) $(infodir)/latex.info; \
else true; fi
- for p in $(POOLFILES); do \
- $(INSTALL_DATA) $(srcdir)/$$p $(texpooldir)/$$p; \
- done
- for p in TETEXDOC.pdf TETEXDOC.ps TETEXDOC.dvi teTeX-FAQ; do \
- $(INSTALL_DATA) $(srcdir)/doc/$$p $(texmf)/doc/tetex; \
- done
@ -84,7 +85,7 @@ $NetBSD: patch-as,v 1.11 2012/02/09 21:44:15 minskim Exp $
install-exec:
-$(SHELL) $(srcdir)/../mkinstalldirs $(scriptdir)
@@ -96,16 +55,10 @@ install-exec:
@@ -96,16 +52,10 @@ install-exec:
else \
true; \
fi