diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-06 03:59:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-06 03:59:14 +0000 |
commit | 65b1f7947a678fbf9dfd48fa842f9940c7031fe2 (patch) | |
tree | 724327e2e0523aec52d45a870384c331e9378133 /net/socks5 | |
parent | 2ac42a876b96b9fe299934043ffac2d405cf7b08 (diff) | |
download | ports-65b1f7947a678fbf9dfd48fa842f9940c7031fe2.tar.gz ports-65b1f7947a678fbf9dfd48fa842f9940c7031fe2.zip |
Notes
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 300fbf90e286..ff065819a65a 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.20 1998/10/07 18:51:28 imp Exp $ +# $Id: Makefile,v 1.21 1999/01/05 19:02:32 obrien Exp $ # DISTNAME= socks5-v1.0r7 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org -BROKEN= 'socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8' +BROKEN= "socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8" NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" |