summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-22 02:23:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-22 02:23:49 +0000
commita2472d09d8f5a8d7115d74108c3a5972b01c408d (patch)
tree3814bd8d4e414e9ba9e190977e680b7be23b3574 /net
parent- Update to 2.0. (diff)
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan Pointyhat to: myself
Notes
Notes: svn path=/head/; revision=240084
Diffstat (limited to 'net')
-rw-r--r--net/tsocks/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/tsocks/Makefile b/net/tsocks/Makefile
index f11989371e4d..3be5cc3fb7b2 100644
--- a/net/tsocks/Makefile
+++ b/net/tsocks/Makefile
@@ -10,10 +10,8 @@ PORTREVISION= 4
CATEGORIES= net security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.8%20beta%205 \
http://ftp1.sourceforge.net/tsocks/ \
-
http://www.yazzy.org/ports/tsocks/
-
-DISTNAME=${PORTNAME}-${PORTVERSION:C/.b/beta/}
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/.b/beta/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Allow non SOCKS aware applications to use SOCKS without modification