diff options
author | tg <tg@FreeBSD.org> | 1997-02-27 17:05:09 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-27 17:05:09 +0800 |
commit | fe0bb8e9aa43f5ce1f393e80c950532377916526 (patch) | |
tree | c065046611c47fed1f426efe4edfabeb70c8f4ec | |
parent | 71e90d8208a131cbeaae2bd977c1dc5af3acebe9 (diff) | |
download | freebsd-ports-gnome-fe0bb8e9aa43f5ce1f393e80c950532377916526.tar.gz freebsd-ports-gnome-fe0bb8e9aa43f5ce1f393e80c950532377916526.tar.zst freebsd-ports-gnome-fe0bb8e9aa43f5ce1f393e80c950532377916526.zip |
Remove ls-R in pre-install target, which hopefully makes teTeX
install again. Convert `install ...' to ${INSTALL_DATA} while I'm here.
-rw-r--r-- | print/teTeX-base/Makefile | 5 | ||||
-rw-r--r-- | print/teTeX/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 9bc54a4f8c30..b966535e177a 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1996 # Whom: Bernd Rosauer <br@schiele-ct.de> # -# $Id: Makefile,v 1.15 1997/01/31 08:36:40 tg Exp $ +# $Id: Makefile,v 1.16 1997/02/06 07:26:09 asami Exp $ # DISTNAME= teTeX-src-0.4 @@ -40,12 +40,13 @@ post-extract: @cd ${WRKDIR} && tar xfz ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB} pre-install: + @${RM} -f ${PREFIX}/share/texmf/ls-R @chown -R bin:bin ${WRKLIB}/info ${WRKLIB}/man @chmod 444 ${WRKLIB}/info/* ${WRKLIB}/man/man1/* ${WRKLIB/man/man5/* @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 + @${INSTALL_DATA} ${WRKLIB}/texmf.cnf ${PREFIX}/share/texmf/web2c post-install: @${SETENV} PREFIX=${PREFIX} /bin/sh files/install-note diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 9bc54a4f8c30..b966535e177a 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1996 # Whom: Bernd Rosauer <br@schiele-ct.de> # -# $Id: Makefile,v 1.15 1997/01/31 08:36:40 tg Exp $ +# $Id: Makefile,v 1.16 1997/02/06 07:26:09 asami Exp $ # DISTNAME= teTeX-src-0.4 @@ -40,12 +40,13 @@ post-extract: @cd ${WRKDIR} && tar xfz ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB} pre-install: + @${RM} -f ${PREFIX}/share/texmf/ls-R @chown -R bin:bin ${WRKLIB}/info ${WRKLIB}/man @chmod 444 ${WRKLIB}/info/* ${WRKLIB}/man/man1/* ${WRKLIB/man/man5/* @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 + @${INSTALL_DATA} ${WRKLIB}/texmf.cnf ${PREFIX}/share/texmf/web2c post-install: @${SETENV} PREFIX=${PREFIX} /bin/sh files/install-note |