diff options
author | asami <asami@FreeBSD.org> | 1996-06-13 13:43:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-13 13:43:15 +0800 |
commit | e2b63f149b90156f459114ec11d344dd12c6a1ff (patch) | |
tree | 700e054953b07cc1596e7921b40725f94264590b /japanese/platex-common | |
parent | 73a7186083f3c50a1e7e3a00b597365eacda15cb (diff) | |
download | freebsd-ports-gnome-e2b63f149b90156f459114ec11d344dd12c6a1ff.tar.gz freebsd-ports-gnome-e2b63f149b90156f459114ec11d344dd12c6a1ff.tar.zst freebsd-ports-gnome-e2b63f149b90156f459114ec11d344dd12c6a1ff.zip |
Remove the "hey I'm going to overwrite the pre-existing blah blah,
is that ok???" questions and scripts, the more I think about it the
less it makes sense. (Like, "if you don't want a Japanized tcl, why
the hell are you doing "make install" in japanese/tcl???")
Diffstat (limited to 'japanese/platex-common')
-rw-r--r-- | japanese/platex-common/Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile index ffda376af635..d4dd068b67c2 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.2 1995/11/22 13:06:34 asami Exp $ +# $Id: Makefile,v 1.3 1996/04/26 08:18:24 asami Exp $ # DISTNAME= platex2e @@ -30,7 +30,6 @@ MAINTAINER= max@sfc.wide.ad.jp BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex2 RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex2 -IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/9509b pre-fetch: @@ -81,24 +80,6 @@ do-build: @(cd ${WRKSRC} ; TEXINPUTS=".:${WRKDIR}/base" ; export TEXINPUTS ; \ yes | iniptex plcore.ins ; iniptex platex.ltx) -pre-install: - @echo "*************************************************************" - @echo "* W a r n i n g *" - @echo "* This port will overwrite the existing latex installation. *" - @echo "*************************************************************" - @echo -n "Is this ok? (y/n) ==> " - @(read ans; \ - case x"$$ans" in \ - xy*|xY*) \ - return 0; \ - ;; \ - *) \ - echo "Okay, I won't install it then...."; \ - echo "(Don't worry about the following \"*** Error code 1\"s)"; \ - return 1; \ - ;; \ - esac) - do-install: @rm -rf /usr/local/lib/texmf/tex/latex2e/base/* .if !exists(/usr/local/lib/texmf/tex/latex2e) |