From 5efebab608bcac43ad23c56f734280f569bb78fc Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 6 Jan 1997 13:46:31 +0000 Subject: Misc. cleanup. Submitted by: br@schiele-ct.de --- print/teTeX-base/Makefile | 13 +++++++------ print/teTeX-base/pkg-descr | 5 ++++- print/teTeX/Makefile | 13 +++++++------ print/teTeX/pkg-descr | 5 ++++- 4 files changed, 22 insertions(+), 14 deletions(-) (limited to 'print') diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 6d3503518834..15056f7c100d 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -3,13 +3,14 @@ # Date created: 5 December 1996 # Whom: Bernd Rosauer # -# $Id: Makefile,v 1.12 1996/12/13 07:18:48 tg Exp $ +# $Id: Makefile,v 1.13 1996/12/13 19:26:48 asami Exp $ # DISTNAME= teTeX-src-0.4 PKGNAME= teTeX-0.4 CATEGORIES= print -MASTER_SITES= ${TETEX_SITE}/distrib/sources/ +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= systems/unix/teTeX/distrib/sources DISTFILES= ${TETEX_SRC} ${TETEX_LIB} MAINTAINER= br@schiele-ct.de @@ -22,19 +23,19 @@ USE_GMAKE= yes ALL_TARGET= config clean texhash all INSTALL_TARGET= install ini -TETEX_SITE= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX TETEX_SRC= teTeX-src-0.4pl3.tar.gz TETEX_LIB= teTeX-lib-0.4pl3.tar.gz WRKLIB= ${WRKDIR}/teTeX post-extract: - @cd ${WRKDIR} && gzip -dc ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB} | tar xf - + @cd ${WRKDIR} && tar xfz ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB} pre-install: @chown -R bin:bin ${WRKLIB}/info ${WRKLIB}/man @chmod 444 ${WRKLIB}/info/* ${WRKLIB}/man/man1/* ${WRKLIB/man/man5/* - @ (cd ${WRKLIB}; tar cf - info man/man1 man/man5) | (cd ${PREFIX}; tar xfp -) - @ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar xfp -) + @find ${WRKLIB}/texmf/fonts -type d -perm 1755 -exec chmod 755 {} \; + @ (cd ${WRKLIB}; tar cf - info man/man1 man/man5) | (cd ${PREFIX}; tar --unlink -xpf -) + @ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar --unlink -xpf -) @install -c -m 644 -o bin -g bin ${WRKLIB}/texmf.cnf ${PREFIX}/share/texmf/web2c post-install: diff --git a/print/teTeX-base/pkg-descr b/print/teTeX-base/pkg-descr index 5542646230ac..7444908c19a0 100644 --- a/print/teTeX-base/pkg-descr +++ b/print/teTeX-base/pkg-descr @@ -1,4 +1,7 @@ -teTeX is _the_ _complete_ TeX distribution for UNIX compatible +teTeX is _the_ complete TeX distribution for UNIX compatible systems. It contains the latest versions of TeX & friends and nearly everything you need for happy TeX'ing. For more information have a look at the lengthy FEATURES file of the distribution. + +-- Bernd Rosauer +br@schiele-ct.de diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 6d3503518834..15056f7c100d 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -3,13 +3,14 @@ # Date created: 5 December 1996 # Whom: Bernd Rosauer # -# $Id: Makefile,v 1.12 1996/12/13 07:18:48 tg Exp $ +# $Id: Makefile,v 1.13 1996/12/13 19:26:48 asami Exp $ # DISTNAME= teTeX-src-0.4 PKGNAME= teTeX-0.4 CATEGORIES= print -MASTER_SITES= ${TETEX_SITE}/distrib/sources/ +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= systems/unix/teTeX/distrib/sources DISTFILES= ${TETEX_SRC} ${TETEX_LIB} MAINTAINER= br@schiele-ct.de @@ -22,19 +23,19 @@ USE_GMAKE= yes ALL_TARGET= config clean texhash all INSTALL_TARGET= install ini -TETEX_SITE= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX TETEX_SRC= teTeX-src-0.4pl3.tar.gz TETEX_LIB= teTeX-lib-0.4pl3.tar.gz WRKLIB= ${WRKDIR}/teTeX post-extract: - @cd ${WRKDIR} && gzip -dc ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB} | tar xf - + @cd ${WRKDIR} && tar xfz ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB} pre-install: @chown -R bin:bin ${WRKLIB}/info ${WRKLIB}/man @chmod 444 ${WRKLIB}/info/* ${WRKLIB}/man/man1/* ${WRKLIB/man/man5/* - @ (cd ${WRKLIB}; tar cf - info man/man1 man/man5) | (cd ${PREFIX}; tar xfp -) - @ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar xfp -) + @find ${WRKLIB}/texmf/fonts -type d -perm 1755 -exec chmod 755 {} \; + @ (cd ${WRKLIB}; tar cf - info man/man1 man/man5) | (cd ${PREFIX}; tar --unlink -xpf -) + @ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar --unlink -xpf -) @install -c -m 644 -o bin -g bin ${WRKLIB}/texmf.cnf ${PREFIX}/share/texmf/web2c post-install: diff --git a/print/teTeX/pkg-descr b/print/teTeX/pkg-descr index 5542646230ac..7444908c19a0 100644 --- a/print/teTeX/pkg-descr +++ b/print/teTeX/pkg-descr @@ -1,4 +1,7 @@ -teTeX is _the_ _complete_ TeX distribution for UNIX compatible +teTeX is _the_ complete TeX distribution for UNIX compatible systems. It contains the latest versions of TeX & friends and nearly everything you need for happy TeX'ing. For more information have a look at the lengthy FEATURES file of the distribution. + +-- Bernd Rosauer +br@schiele-ct.de -- cgit v1.2.3