diff options
author | max <max@FreeBSD.org> | 1997-02-12 02:06:02 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-02-12 02:06:02 +0800 |
commit | bda87eb573e9c05fce99ef6b56ac692e88a034f7 (patch) | |
tree | 0667fd757b93a5e46ecc2cf69fdeff410d2a870d /japanese | |
parent | 70f2c7388fcf49cb97fd1731f59c6101c00f134a (diff) | |
download | freebsd-ports-gnome-bda87eb573e9c05fce99ef6b56ac692e88a034f7.tar.gz freebsd-ports-gnome-bda87eb573e9c05fce99ef6b56ac692e88a034f7.tar.zst freebsd-ports-gnome-bda87eb573e9c05fce99ef6b56ac692e88a034f7.zip |
Remove files from old version of this software before doing anything in
do-install. This should prevent `make install' from stopping when old files
are present.
Requested by: asami
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/platex-common/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile index 430e348107b0..1d2eb1d5c4d9 100644 --- a/japanese/platex-common/Makefile +++ b/japanese/platex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.12 1996/11/11 08:11:50 max Exp $ +# $Id: Makefile,v 1.13 1997/02/09 00:40:35 max Exp $ # DISTNAME= platex2e @@ -62,6 +62,8 @@ DISTFILES+= pl9702j.tar.gz pl9702s.tar.gz pl9702e.tar.gz EXTRACT_ONLY= ${PLIB_FILE} do-install: + @${RM} -f ${PREFIX}/lib/texmf/tex/latex2e/base/* + @${RM} -f ${PREFIX}/lib/texmf/tex/platex2e/base/* @tar -C ${PREFIX}/lib/texmf/fonts/public -zx \ -f ${DISTDIR}/${DIST_SUBDIR}/ecfonts-1.0.tar.gz @tar -C ${PREFIX}/lib/texmf/tex/latex2e -zx \ |