summaryrefslogtreecommitdiff
path: root/japanese/edict-utf-8/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
commit535add65ac98d0ca871df3e8438ff56ba9129bcc (patch)
tree760c5b47c254af152605b0ddb356af68f100067f /japanese/edict-utf-8/Makefile
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
Diffstat (limited to 'japanese/edict-utf-8/Makefile')
-rw-r--r--japanese/edict-utf-8/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile
index a917f776a3ab..476a431f6356 100644
--- a/japanese/edict-utf-8/Makefile
+++ b/japanese/edict-utf-8/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 August 1997
# Whom: Jonathan Hanna
#
-# $Id: Makefile,v 1.6 1999/08/22 18:58:29 mharo Exp $
+# $Id: Makefile,v 1.7 1999/08/22 23:32:40 mharo Exp $
#
DISTNAME= edict-19990714
@@ -77,7 +77,7 @@ do-install:
instfile=`${BASENAME} $$file .gz` ; \
if ${GZIP_CMD} -cd ${_DISTDIR}/$$file > ${DATADIR}/$$instfile ; \
then \
- true ; \
+ ${TRUE} ; \
else \
exit 1; \
fi \
@@ -86,7 +86,7 @@ do-install:
instfile=`${BASENAME} $$file .Z` ; \
if ${GZIP_CMD} -cd ${_DISTDIR}/$$file > ${DATADIR}/$$instfile ; \
then \
- true ; \
+ ${TRUE} ; \
else \
exit 1; \
fi \
@@ -95,7 +95,7 @@ do-install:
instfile=`${BASENAME} $$file .zip` ; \
if unzip -o ${_DISTDIR}/$$file $$instfile -d ${DATADIR} ; \
then \
- true ; \
+ ${TRUE} ; \
else \
exit 1; \
fi \