diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-17 22:01:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-17 22:01:47 +0800 |
commit | 8cd074af899d1070a3dbbe6e2361fb476bb632ac (patch) | |
tree | f8aab492eae8d0b508aaca1b2e97c9a9db38b839 /net/nemesis | |
parent | 66a43540a3c6e609fcbccf3c7e65a131498e10d9 (diff) | |
download | freebsd-ports-gnome-8cd074af899d1070a3dbbe6e2361fb476bb632ac.tar.gz freebsd-ports-gnome-8cd074af899d1070a3dbbe6e2361fb476bb632ac.tar.zst freebsd-ports-gnome-8cd074af899d1070a3dbbe6e2361fb476bb632ac.zip |
Actually pass over maintainership to Marco Molteni <molter@tin.it>
PR: 29676
Submitted by: Marco Molteni <molter@tin.it>
Diffstat (limited to 'net/nemesis')
-rw-r--r-- | net/nemesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index 286b9c33a44f..b8e3bf876103 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.32 CATEGORIES= net security MASTER_SITES= http://jeff.wwti.com/nemesis/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= molter@tin.it BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet |