summaryrefslogtreecommitdiffstats
path: root/japanese/chimera
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-06-13 05:43:15 +0000
committerasami <asami@FreeBSD.org>1996-06-13 05:43:15 +0000
commite2b63f149b90156f459114ec11d344dd12c6a1ff (patch)
tree700e054953b07cc1596e7921b40725f94264590b /japanese/chimera
parent73a7186083f3c50a1e7e3a00b597365eacda15cb (diff)
downloadFreeBSD-ports-e2b63f149b90156f459114ec11d344dd12c6a1ff.zip
FreeBSD-ports-e2b63f149b90156f459114ec11d344dd12c6a1ff.tar.gz
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/chimera')
-rw-r--r--japanese/chimera/Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/japanese/chimera/Makefile b/japanese/chimera/Makefile
index e383173..63a25a8 100644
--- a/japanese/chimera/Makefile
+++ b/japanese/chimera/Makefile
@@ -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>
OpenPOWER on IntegriCloud