summaryrefslogtreecommitdiff
path: root/japanese/Wnn6/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-18 02:41:10 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-18 02:41:10 +0000
commiteca2e7c1f2a55c69edd5fc8971b2856c51697860 (patch)
treeb8ed96155e0680e228fb32ea1a8feb64c1290fae /japanese/Wnn6/Makefile
parentUpdate to version 1.4a. (diff)
Use '::' for the extract target since we have two of them now.
PR: 9519 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=16127
Diffstat (limited to 'japanese/Wnn6/Makefile')
-rw-r--r--japanese/Wnn6/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile
index c36ede3f40c5..93d9e358947a 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.20 1998/06/27 05:19:00 asami Exp $
+# $Id: Makefile,v 1.21 1998/12/31 22:23:13 obrien Exp $
#
DISTNAME= OMRONWnn6
@@ -32,8 +32,9 @@ do-fetch:
# 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)
-pre-extract:
- @${ECHO} -n "Please set the CD-ROM of 'Wnn6' into your cdrom-drive. (Press Return)"; \
+pre-extract::
+ @${ECHO} "Please set the CD-ROM 'Wnn6 for Linux/FreeBSD' (which is an old version !!)";
+ @${ECHO} -n "into your cdrom-drive. (Press Return)"; \
read dummy; \
${ECHO} "By default, a mount point and a device file"; \
${ECHO} " are '${MOUNT_PT}' and '${MOUNT_DEV}' respectively."; \
@@ -64,10 +65,12 @@ pre-extract:
@/sbin/mount_cd9660 ${MOUNT_DEV} ${MOUNT_PT}
.endif
-pre-extract:
+pre-extract::
@if [ ! -e ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
+ ${ECHO} ""; \
${ECHO} "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}: No such file"; \
- ${ECHO} "Perhaps the CD-ROM is not one of Wnn6"; \
+ ${ECHO} "Perhaps the CD-ROM is not 'Wnn6 for Linux/FreeBSD'"; \
+ ${ECHO} "!! Note that 'Wnn6 for Linux/FreeBSD' is an old version !!"; \
/sbin/umount ${MOUNT_PT}; \
${ECHO} "Umounting is done ..."; \
/usr/bin/false; \