diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-19 19:28:40 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-19 19:28:40 +0000 |
commit | e3c2232e4545c3f561ba148cd8f7b5ddad32c413 (patch) | |
tree | 2058d5294fe24671bac46448f04c0f3173abc030 /ftp | |
parent | 64f1b7cb4c228bb0435890b8f480aa98e9808b96 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpfind/Makefile | 2 | ||||
-rw-r--r-- | ftp/xrmftp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index bb66c4220748..c1c62838fc9f 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -11,7 +11,7 @@ CATEGORIES= ftp MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ \ http://www.tryplanet.com/t-ishii/programs/ftpfind/ -MAINTAINER= t-ishii@tryplanet.com +MAINTAINER= ports@FreeBSD.org COMMENT= Find directory&file on a ftp server .include <bsd.port.mk> diff --git a/ftp/xrmftp/Makefile b/ftp/xrmftp/Makefile index 6049f0ce004d..b1cbee450b5e 100644 --- a/ftp/xrmftp/Makefile +++ b/ftp/xrmftp/Makefile @@ -11,7 +11,7 @@ CATEGORIES= ftp MASTER_SITES= http://www.mat.uni.torun.pl/~rafmet/xrmftp/ EXTRACT_SUFX= .src.tgz -MAINTAINER= matt@LUCIDA.CA +MAINTAINER= ports@FreeBSD.org COMMENT= Graphical FTP client based on the xforms library LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms |