1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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???")
This commit is contained in:
Satoshi Asami 1996-06-13 05:43:15 +00:00
parent b85e2a8fc9
commit 44c496d56a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3201
3 changed files with 3 additions and 62 deletions

View File

@ -3,7 +3,7 @@
# Date created: 26 December 1994
# Whom: asami
#
# $Id: Makefile,v 1.1.1.1 1995/09/22 11:07:19 asami Exp $
# $Id: Makefile,v 1.2 1995/11/26 11:32:35 asami Exp $
#
DISTNAME= chimera-1.65
@ -18,24 +18,5 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
IS_INTERACTIVE= yes
pre-install:
@echo "**************************************************************"
@echo "* W a r n i n g *"
@echo "* This port will overwrite an existing chimera 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)
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 28 March 1995
# Whom: Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
#
# $Id: Makefile,v 1.2 1995/04/01 12:46:28 jkh Exp $
# $Id: Makefile,v 1.3 1995/06/24 11:38:50 asami Exp $
#
DISTNAME= mh-6.8.3
@ -14,27 +14,6 @@ DISTFILES= mh-6.8.3-JP.2c.tar.gz
MAINTAINER= asami@FreeBSD.ORG
IS_INTERACTIVE= yes
pre-install:
@echo "***********************************************************"
@echo "* W a r n i n g *"
@echo "* This port will overwrite the mh installation on your *"
@echo "* system if you already have the original one. *"
@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)
post-install:
ldconfig -m ${PREFIX}/lib

View File

@ -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)