diff options
author | obrien <obrien@FreeBSD.org> | 1999-01-06 03:59:14 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-01-06 03:59:14 +0000 |
commit | f090edff868a8b568b8ee9fa899e8748196f3720 (patch) | |
tree | 133c5a2af1168b7b7b17d3852a60595057bcd379 /net/socks5 | |
parent | f55bf0a08a499d523840659967d110bf861f1026 (diff) | |
download | FreeBSD-ports-f090edff868a8b568b8ee9fa899e8748196f3720.zip FreeBSD-ports-f090edff868a8b568b8ee9fa899e8748196f3720.tar.gz |
fix my mis-quoting.
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 300fbf9..ff06581 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.20 1998/10/07 18:51:28 imp Exp $ +# $Id: Makefile,v 1.21 1999/01/05 19:02:32 obrien Exp $ # DISTNAME= socks5-v1.0r7 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org -BROKEN= 'socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8' +BROKEN= "socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8" NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" |