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/mh | |
parent | 73a7186083f3c50a1e7e3a00b597365eacda15cb (diff) | |
download | freebsd-ports-graphics-e2b63f149b90156f459114ec11d344dd12c6a1ff.tar.gz freebsd-ports-graphics-e2b63f149b90156f459114ec11d344dd12c6a1ff.tar.zst freebsd-ports-graphics-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/mh')
-rw-r--r-- | japanese/mh/Makefile | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index 5ca5a3cfe01..9e26c0f6d0e 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -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 |