mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
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
This commit is contained in:
parent
920de89f4c
commit
18ecf3a122
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5577
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user