diff options
author | bad <bad@pkgsrc.org> | 2005-10-06 21:18:24 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2005-10-06 21:18:24 +0000 |
commit | 2074e7793d8ae1feb723162d9a01a2ef4cbf943f (patch) | |
tree | 39d646b13eced8b379f122de4175f1ce99321c76 /net | |
parent | f41829da2b3d10f245fa1b9eb190510390bf688f (diff) | |
download | pkgsrc-2074e7793d8ae1feb723162d9a01a2ef4cbf943f.tar.gz |
Remove "LICENSE=no-commercial-use". Socks4 has a standard MIT/BSD style
license with no restrictions on commercial use.
Diffstat (limited to 'net')
-rw-r--r-- | net/socks4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index 04aa750c182..9ba4f0f921d 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:47:00 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/10/06 21:18:24 bad Exp $ # DISTNAME= export.socks.cstc.4.2.2 @@ -12,7 +12,6 @@ HOMEPAGE= http://www.socks.nec.com/socksv4.html COMMENT= Old library, server and client for using proxy firewall software CONFLICTS= socks5-[0-9]* dante* -LICENSE= no-commercial-use PKG_INSTALLATION_TYPES= overwrite pkgviews |