diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2008-12-09 07:51:58 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2008-12-09 07:51:58 +0000 |
commit | ef14f8df8b31d2b8afd17d4e8b212965a2954844 (patch) | |
tree | b70e941f4ff89317f8e13b7c8eae95e064d6571a | |
parent | - Update to 6.0.18 (diff) |
Update with multiple MASTER_SITES and remove unneeded quotes
Approved by: linimon (portmgr)
Notes
Notes:
svn path=/head/; revision=224017
-rw-r--r-- | net/socks5/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 6c4529eb9a35..e6c1550cc99e 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -9,15 +9,16 @@ PORTNAME= socks5 PORTVERSION= 1.0.11 PORTREVISION= 5 CATEGORIES= net security -MASTER_SITES= http://freeware.sgi.com/source/socks5/ +MASTER_SITES= http://reality.sgiweb.org/freeware/source/socks5/ \ + http://freeware.sgi.com/source/socks5/ DISTNAME= socks5-v1.0r11 MAINTAINER= jpaetzel@FreeBSD.org COMMENT= SOCKS v5 application layer gateway and clients USE_RC_SUBR= ${PORTNAME}.sh -NO_CDROM= "NEC has a funky license for this software" -RESTRICTED= "no commercial use" +NO_CDROM= NEC has a funky license for this software +RESTRICTED= no commercial use CONFLICTS= dante-[0-9]* |