diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 02:23:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 02:23:49 +0000 |
commit | a2472d09d8f5a8d7115d74108c3a5972b01c408d (patch) | |
tree | 3814bd8d4e414e9ba9e190977e680b7be23b3574 /net/tsocks | |
parent | 0a6ab96fe0ff05b1da98d345c0bbaa99d34a974f (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/tsocks')
-rw-r--r-- | net/tsocks/Makefile | 4 |
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 |