aboutsummaryrefslogtreecommitdiff
path: root/japanese/Wnn6
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-31 22:23:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-31 22:23:13 +0000
commitef3a06c9ba7f7cc586c4b0789ddad662eff8158d (patch)
tree7a9ef801121c859fd53a1eb9119df8f2c30817f6 /japanese/Wnn6
parent8b4bc4938b36f83b0b44331dc1c78361bcb55401 (diff)
downloadports-ef3a06c9ba7f7cc586c4b0789ddad662eff8158d.tar.gz
ports-ef3a06c9ba7f7cc586c4b0789ddad662eff8158d.zip
move contents of `do-fetch:' to `pre-extract:'.
Ok'ed by: Maintainer's lack of responce to my email asking to do this.
Notes
Notes: svn path=/head/; revision=15743
Diffstat (limited to 'japanese/Wnn6')
-rw-r--r--japanese/Wnn6/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile
index 8ff605334801..c36ede3f40c5 100644
--- a/japanese/Wnn6/Makefile
+++ b/japanese/Wnn6/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.19 1997/09/19 09:30:04 asami Exp $
+# $Id: Makefile,v 1.20 1998/06/27 05:19:00 asami Exp $
#
DISTNAME= OMRONWnn6
@@ -26,12 +26,13 @@ NO_PACKAGE= "You should buy from Omron Software Co., Ltd."
NO_BUILD= yes
IS_INTERACTIVE= yes
+do-fetch:
+ @${DO_NADA}
+
# If ${.CURDIR}/work/.build_done (which will be ${BUILD_COOKIE}) exists,
# we do nothing in a 'do-fetch' stage.
-.if exists(${.CURDIR}/work/.build_done)
-do-fetch:
-.else
-do-fetch:
+.if !exists(${.CURDIR}/work/.build_done)
+pre-extract:
@${ECHO} -n "Please set the CD-ROM of 'Wnn6' into your cdrom-drive. (Press Return)"; \
read dummy; \
${ECHO} "By default, a mount point and a device file"; \