diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 12:23:59 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 12:23:59 +0800 |
commit | 0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (patch) | |
tree | 6bf136d74d7389168d44584e8902dc29cd0cbdb7 /www/netscape4-communicator.us | |
parent | 820255ee78a7121e2592cac5ced0b3b847b832c2 (diff) | |
download | freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.zst freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Diffstat (limited to 'www/netscape4-communicator.us')
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 6 |
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 |