diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-05 19:02:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-05 19:02:32 +0000 |
commit | 7b04b1e1f9c169ff958fc23f6b562c7a34a3e9ea (patch) | |
tree | eb1ad7f8a3ac151619f0bb57c1a90e471233b11c /net | |
parent | 1b84b2644a1311188e2d505a0dfeb7f4892f1211 (diff) | |
download | ports-7b04b1e1f9c169ff958fc23f6b562c7a34a3e9ea.tar.gz ports-7b04b1e1f9c169ff958fc23f6b562c7a34a3e9ea.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 2088373f67bf..300fbf90e286 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.19 1998/07/20 22:46:57 imp Exp $ +# $Id: Makefile,v 1.20 1998/10/07 18:51:28 imp Exp $ # DISTNAME= socks5-v1.0r7 @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org +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" |