diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-08-14 18:52:40 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-08-14 18:52:40 +0000 |
commit | 560f54875a3c540f560a270ed8820bc2f9e19ac8 (patch) | |
tree | 10190112e028841d624551474e5a3c8a65ae466e | |
parent | Update for new release. Remove export restriction; it no longer applies. (diff) |
Add back the RESTRICTED clause, because the NEC copyright prohibits
commercial use.
Notes
Notes:
svn path=/head/; revision=3594
-rw-r--r-- | net/socks5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index a6be75bdcba2..4e4287841148 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.5 1996/07/23 16:13:54 pst Exp $ +# $Id: Makefile,v 1.6 1996/08/14 16:02:42 jdp Exp $ # PKGNAME= socks5-0.16.6 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ MAINTAINER= ambrisko@ambrisko.roble.com NO_CDROM= NEC has a funky license for this software +RESTRICTED= no commercial use NO_PACKAGE= put an extra slug in to make sure he's dead # here are some extra configure args you may wish to use |