diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 21:52:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 21:52:16 +0000 |
commit | d37a67eabec1fde3a634d498b92b13b783b7a669 (patch) | |
tree | 9459e1137b051958b6d15191f04f9d6c49fa5d0b /www | |
parent | c2bf6eaba7f90bc17bdcb32f26e8758134133563 (diff) | |
download | ports-d37a67eabec1fde3a634d498b92b13b783b7a669.tar.gz ports-d37a67eabec1fde3a634d498b92b13b783b7a669.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index 7d0737c0dddd..e342f98a9b72 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -33,7 +33,7 @@ BINDIR= ${PREFIX}/bin .if !defined(USA_RESIDENT) || (${USA_RESIDENT} != YES && ${USA_RESIDENT} != yes && ${USA_RESIDENT} != NO && ${USA_RESIDENT} != no) pre-fetch: @${ECHO} - @${ECHO} You must set variable USA_RESIDENT to YES, if you are USA or + @${ECHO} You must set variable USA_RESIDENT to YES, if you are USA or @${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} |