diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-09-14 08:26:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-09-14 08:26:09 +0000 |
commit | 6b4c016cab878af06d62db254672b526fce688ab (patch) | |
tree | eaa1fc08120f70e3f4a3040e53a1744bf2fc81f7 /net/trickle | |
parent | 272d582e0a1c70a092be5191f49d1d7a99aa5f6e (diff) |
Drop maintainership, since I'm buried in the $REALLIFE stuff.
Notes
Notes:
svn path=/head/; revision=142683
Diffstat (limited to 'net/trickle')
-rw-r--r-- | net/trickle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index c6c5a7c74615..03678d5ce15a 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/trickle/ -MAINTAINER= krion@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight, portable bandwidth shaper BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent |