diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-04-24 14:39:33 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-04-24 14:39:33 +0000 |
commit | 9f92002a9b539bd8359725e947ff0a52b45ab2f0 (patch) | |
tree | 2e501e7728e61aadc5052cbd0da46b16e35f5814 /net/libpcap | |
parent | 2afe458c619898afe7a482c53be12d2ede48c3f6 (diff) | |
download | ports-9f92002a9b539bd8359725e947ff0a52b45ab2f0.tar.gz ports-9f92002a9b539bd8359725e947ff0a52b45ab2f0.zip |
- Pick up maintainership on these ports.
Notes
Notes:
svn path=/head/; revision=232670
Diffstat (limited to 'net/libpcap')
-rw-r--r-- | net/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index d0ad4a704305..55595ee0952f 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Ubiquitous network traffic capture library WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |