diff options
author | Jesper Skriver <jesper@FreeBSD.org> | 2001-08-16 09:45:22 +0000 |
---|---|---|
committer | Jesper Skriver <jesper@FreeBSD.org> | 2001-08-16 09:45:22 +0000 |
commit | 641b0fc843fd96c035e08b4ab12c8b01496c9490 (patch) | |
tree | 28617f01770a9a8cb40a4f05ecb6a203a0c6ec72 /net | |
parent | d20e03f1077b1c98f4f7e9772b80eede05f94fef (diff) | |
download | ports-641b0fc843fd96c035e08b4ab12c8b01496c9490.tar.gz ports-641b0fc843fd96c035e08b4ab12c8b01496c9490.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/arts++/Makefile | 2 | ||||
-rw-r--r-- | net/cflowd/Makefile | 2 | ||||
-rw-r--r-- | net/flowscan/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/arts++/Makefile b/net/arts++/Makefile index 38d9a6ed169c..68934095cfe0 100644 --- a/net/arts++/Makefile +++ b/net/arts++/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lyngbol@wheel.dk GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile index a9050ed5d95c..bfaae343fe7c 100644 --- a/net/cflowd/Makefile +++ b/net/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= lyngbol@wheel.dk BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++ diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile index 71ccf897062b..38b303cffea8 100644 --- a/net/flowscan/Makefile +++ b/net/flowscan/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ DISTFILES= FlowScan-${PORTVERSION}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lyngbol@wheel.dk BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ rrdtool:${PORTSDIR}/net/rrdtool \ |