summaryrefslogtreecommitdiff
path: root/print/teTeX-base
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-06 13:46:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-06 13:46:31 +0000
commit5efebab608bcac43ad23c56f734280f569bb78fc (patch)
tree9983832786433399c54001336b4c7f7d8683f209 /print/teTeX-base
parentRemove myself as MAINTAINER from a number of ports I no longer (diff)
Misc. cleanup.
Submitted by: br@schiele-ct.de
Notes
Notes: svn path=/head/; revision=5236
Diffstat (limited to 'print/teTeX-base')
-rw-r--r--print/teTeX-base/Makefile13
-rw-r--r--print/teTeX-base/pkg-descr5
2 files changed, 11 insertions, 7 deletions
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 <br@schiele-ct.de>
#
-# $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