diff options
author | eik <eik@FreeBSD.org> | 2004-05-11 09:37:22 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-05-11 09:37:22 +0800 |
commit | db8e26861c12ee395ffeffba2d63db04809316a9 (patch) | |
tree | d32506dae00544a53d755bb3ea9b89cd8be19910 /ftp | |
parent | 5bb47f94779c58670a79ff07ca29dd3e9b6d830a (diff) | |
download | freebsd-ports-gnome-db8e26861c12ee395ffeffba2d63db04809316a9.tar.gz freebsd-ports-gnome-db8e26861c12ee395ffeffba2d63db04809316a9.tar.zst freebsd-ports-gnome-db8e26861c12ee395ffeffba2d63db04809316a9.zip |
Drop maintainership.
PR: 66502
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/twoftpd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index 4059f176400f..c51db92a0811 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.42 CATEGORIES= ftp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ -MAINTAINER= gslin@ccca.nctu.edu.tw +MAINTAINER= ports@FreeBSD.org COMMENT= Multithreaded anonymous FTP daemon GNU_CONFIGURE= yes diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 8c474de0a569..4a5e5726d314 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/${PORTNAME}/ -MAINTAINER= gslin@ccca.nctu.edu.tw +MAINTAINER= ports@FreeBSD.org COMMENT= A simple, secure, efficient FTP server BUILD_DEPENDS= ${LOCALBASE}/lib/libbg-unix.a:${PORTSDIR}/devel/bglibs \ |