summaryrefslogtreecommitdiff
path: root/russian/netscape4.language
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 /russian/netscape4.language
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Diffstat (limited to 'russian/netscape4.language')
-rw-r--r--russian/netscape4.language/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/russian/netscape4.language/Makefile b/russian/netscape4.language/Makefile
index 546bdbc806f5..022a267fb330 100644
--- a/russian/netscape4.language/Makefile
+++ b/russian/netscape4.language/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Apr 1996
# Whom: ache
#
-# $Id: Makefile,v 1.14 1998/08/05 09:31:38 asami Exp $
+# $Id: Makefile,v 1.15 1998/12/02 05:11:02 asami Exp $
#
PKGNAME= ru-netscape-3.01
@@ -27,13 +27,13 @@ do-fetch:
do-install:
if [ -f ${APPDEF}/Netscape ] ; then \
- grep -q '\.version:.*3\.01$$' ${APPDEF}/Netscape || \
+ ${GREP} -q '\.version:.*3\.01$$' ${APPDEF}/Netscape || \
${RM} ${APPDEF}/Netscape; \
fi
if [ ! -f ${APPDEF}/Netscape ] ; then \
${CP} /usr/local/lib/netscape/Netscape.ad ${APPDEF}/Netscape; \
fi
- cd ${APPDEF}; grep -q koi8-r=BOLD Netscape || \
+ cd ${APPDEF}; ${GREP} -q koi8-r=BOLD Netscape || \
patch < ${FILESDIR}/koi8-r_patch;
.include <bsd.port.mk>