diff options
author | adamw <adamw@FreeBSD.org> | 2003-05-23 05:38:53 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-05-23 05:38:53 +0800 |
commit | f8b7f5f6f66eb2e8495c3940864d23000b4fda2c (patch) | |
tree | cd7fe5955891826d0ad502b31a6f87d59f9308b9 /net-mgmt | |
parent | 3b3e218291901835d427898bd5f86ac1b0cffae2 (diff) | |
download | freebsd-ports-graphics-f8b7f5f6f66eb2e8495c3940864d23000b4fda2c.tar.gz freebsd-ports-graphics-f8b7f5f6f66eb2e8495c3940864d23000b4fda2c.tar.zst freebsd-ports-graphics-f8b7f5f6f66eb2e8495c3940864d23000b4fda2c.zip |
Change MAINTAINER to Larry Rosenman <ler@lerctr.org>.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arts++/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/cflowd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index 7fd6f65a874..9f20d2b8af0 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@lerctr.org COMMENT= A network data storage and analysis library from CAIDA GNU_CONFIGURE= yes diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 130e21fa56c..ec73c10bbc0 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -17,7 +17,7 @@ PATCH_SITES= http://net.doit.wisc.edu/~plonka/cflowd/ PATCHFILES= cflowd-2-1-b1-djp.patch .endif -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@lerctr.org COMMENT= Flow analysis tool used for analyzing Cisco's NetFlow switching BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++ |