diff options
author | bad <bad> | 2005-10-06 21:18:24 +0000 |
---|---|---|
committer | bad <bad> | 2005-10-06 21:18:24 +0000 |
commit | 6d5584148d414187940b39cdc62e64f9b2585cb2 (patch) | |
tree | 39d646b13eced8b379f122de4175f1ce99321c76 /net/socks4 | |
parent | 9b3a2882eb057ac395de36bfb81d777c9d5abea2 (diff) | |
download | pkgsrc-6d5584148d414187940b39cdc62e64f9b2585cb2.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/socks4')
-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 |