diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-28 23:20:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-28 23:20:50 +0000 |
commit | 6ae9c183367993267096ae89196fad54b95b7855 (patch) | |
tree | c34a270b2ffe9441342e8ad94512774904e162e3 | |
parent | - Fix build when gnugetopt is installed (diff) |
- Pass maintainership to submitter.
PR: ports/81608
Submitted by: Josh Paetzel <josh@tcbug.org>
Notes
Notes:
svn path=/head/; revision=136359
-rw-r--r-- | net/socks5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index b5a25d6be958..3b332ce77e10 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= net security DISTNAME= socks5-v1.0r11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= josh@tcbug.org COMMENT= SOCKS v5 application layer gateway and clients NO_CDROM= "NEC has a funky license for this software" |