diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 10:23:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 10:23:49 +0800 |
commit | 50e5ff23f7a102ee098c5b8e7c416db627f52d99 (patch) | |
tree | 9a0b348f57382de55bfbb25e1aba045249bf2ebe /net/tsocks/Makefile | |
parent | adae6df9b80c15642f0c4177091894e236184e0b (diff) | |
download | freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.tar.gz freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.tar.zst freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.zip |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself
Diffstat (limited to 'net/tsocks/Makefile')
-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 |