summaryrefslogtreecommitdiff
path: root/www/netscape4-communicator.us
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 /www/netscape4-communicator.us
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
Diffstat (limited to 'www/netscape4-communicator.us')
-rw-r--r--www/netscape4-communicator.us/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile
index d2acc2ca14b6..f9977c2344ea 100644
--- a/www/netscape4-communicator.us/Makefile
+++ b/www/netscape4-communicator.us/Makefile
@@ -4,7 +4,7 @@
# Date created: 14 Feb 1998
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.10 1999/07/21 14:55:43 marcel Exp $
+# $Id: Makefile,v 1.11 1999/08/22 19:00:45 mharo Exp $
#
DISTNAME= communicator-v407-us.x86-unknown-linux2.0_libc5
@@ -37,7 +37,7 @@ pre-fetch:
@${ECHO} Canadian resident, in order to build this package.
@${ECHO} There is no version of this port for NON-USA and NON-Canadian users.
@${ECHO}
- @false
+ @${FALSE}
#
.elif defined(USA_RESIDENT)
.if ${USA_RESIDENT} == YES || ${USA_RESIDENT} == yes
@@ -51,7 +51,7 @@ pre-fetch:
@${ECHO}
@${ECHO} There is no version of this port for NON-USA and NON-Canadian users.
@${ECHO}
- @false
+ @${FALSE}
.endif
.endif