diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 00:48:05 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 00:48:05 +0000 |
commit | 19b69e90fb594e78a3512be6249946afbe628e1c (patch) | |
tree | 1dc1978cf6b44001b2a30b482fa6a936cc174040 | |
parent | 81359010c531ec3c27aa2b8c0c039b107d37ec0f (diff) | |
download | pkgsrc-19b69e90fb594e78a3512be6249946afbe628e1c.tar.gz |
Set NO_*_ON_FTP pending reading the license. With no MASTER_SITES,
this is unreasonably difficult.
-rw-r--r-- | net/socks5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 4eef356b5f7..e6ddd16d325 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2007/10/31 21:45:02 gdt Exp $ +# $NetBSD: Makefile,v 1.45 2008/09/12 00:48:05 gdt Exp $ DISTNAME= socks5-v1_0r2 PKGNAME= socks5-1.0.2 @@ -16,6 +16,9 @@ CONFLICTS= socks4-[0-9]* # XXX missing LICENSE= socks5-license RESTRICTED= no commercial use +# Set all pending someone looking at the license. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |