diff options
-rw-r--r-- | net/netcat/Makefile | 6 | ||||
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 4110cd9a9200..29927027a851 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -12,9 +12,9 @@ PKGNAME= netcat-1.10 CATEGORIES= net MASTER_SITES= ftp://avian.org/src/hacks/ \ ftp://coast.cs.purdue.edu/pub/mirrors/avian.org/netcat/ \ - ftp://zippy.telcom.arizona.edu:/pub/mirrors/avian.org/hacks/ \ - ftp://ftp.sterling.com:/mirrors/avian.org/src/hacks/ \ - ftp://ftp.rge.com:/pub/security/coast/mirrors/avian.org/netcat/ + ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/hacks/ \ + ftp://ftp.sterling.com/mirrors/avian.org/src/hacks/ \ + ftp://ftp.rge.com/pub/security/coast/mirrors/avian.org/netcat/ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org 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} |