diff options
author | tron <tron> | 1998-06-01 22:18:34 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-01 22:18:34 +0000 |
commit | 839bb1130e5d1c1fe8f5856d8a1333f211af0141 (patch) | |
tree | 4605db229ab6cd28d94be12111638028c4cf3f33 /print/teTeX/Makefile | |
parent | 6c6c9ad39baf17f365789844b68ea667c27e3734 (diff) | |
download | pkgsrc-839bb1130e5d1c1fe8f5856d8a1333f211af0141.tar.gz |
- portlint: fix version number
- fix "make clean" for non "root" users
- add dependence on "dialog" package to get interactive version of
"texconfig"
Diffstat (limited to 'print/teTeX/Makefile')
-rw-r--r-- | print/teTeX/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index c248117a50e..ba7071c3f37 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 1998/05/06 12:52:07 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/01 22:18:34 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # DISTNAME= teTeX-src-0.4 -PKGNAME= teTeX-0.4pl8 +PKGNAME= teTeX-0.4p8 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= systems/unix/teTeX/distrib/sources @@ -13,6 +13,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= br@schiele-ct.de +DEPENDS+= dialog-0.6z:../../misc/dialog + DIST_SUBDIR= teTeX NO_CONFIGURE= yes USE_GMAKE= yes @@ -40,12 +42,13 @@ CFLAGS= -O2 pre-install: @${RM} -f ${PREFIX}/share/texmf/ls-R - @chown -R bin:bin ${WRKLIB}/info ${WRKLIB}/man @${RM} -f ${WRKLIB}/info/dir ${WRKLIB}/info/localdir \ - ${WRKLIB}/info/*.orig ${WRKLIB}/info/README - @chmod 444 ${WRKLIB}/info/* ${WRKLIB}/man/man1/* ${WRKLIB}/man/man5/* + ${WRKLIB}/info/*.orig ${WRKLIB}/info/README \ + ${WRKLIB}/info/texinfo* @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 -) + @${INSTALL_DATA} ${WRKLIB}/info/* ${PREFIX}/info + @${INSTALL_DATA} ${WRKLIB}/man/man1/* ${PREFIX}/man/man1 + @${INSTALL_DATA} ${WRKLIB}/man/man5/* ${PREFIX}/man/man5 @ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar --unlink -xpf -) @${INSTALL_DATA} ${WRKLIB}/texmf.cnf ${PREFIX}/share/texmf/web2c |