diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-07 02:03:45 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-07 02:03:45 +0000 |
commit | afbebb0cfe8a66fe8a907fbdad8e2ec6f5b05d0c (patch) | |
tree | a49c556e5f7d86a323aa47b4f7db38f66a100fe6 /net | |
parent | 48bcbda3549a31e06f03927834f0ed6e1bb827de (diff) |
Set maintainer to ports@FreeBSD.org
Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
Notes
Notes:
svn path=/head/; revision=48508
Diffstat (limited to 'net')
-rw-r--r-- | net/dante/Makefile | 2 | ||||
-rw-r--r-- | net/maradns/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 49341337174c..c8d5a37003bb 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ http://www.freenix.no/~anders/ -MAINTAINER= anders@fix.no +MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ diff --git a/net/maradns/Makefile b/net/maradns/Makefile index 1bcc9bd49343..2c3ad8679d36 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ -MAINTAINER= anders@fix.no +MAINTAINER= ports@FreeBSD.org USE_BZIP2= yes |