summaryrefslogtreecommitdiff
path: root/japanese/mh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-06-13 05:43:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-06-13 05:43:15 +0000
commit44c496d56af57e0ef4a7784842a2049b46c0b6f2 (patch)
tree98a8e174856a098423da031d8fd5d407da9d7425 /japanese/mh
parentUpdate to June 11, 1996 version of Wine. (diff)
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???")
Notes
Notes: svn path=/head/; revision=3201
Diffstat (limited to 'japanese/mh')
-rw-r--r--japanese/mh/Makefile23
1 files changed, 1 insertions, 22 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile
index 5ca5a3cfe010..9e26c0f6d0e6 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