diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-03-02 23:59:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-03-02 23:59:52 +0000 |
commit | 3f9d71ae34d54d771804eb7440760d06f8fd8d47 (patch) | |
tree | 589a6a6534b0f71db8d0f6a612c0abb6ca71d588 /ftp | |
parent | 96cec8053e2dbf45789821c0bf5d61cc8d9ec310 (diff) | |
download | ports-3f9d71ae34d54d771804eb7440760d06f8fd8d47.tar.gz ports-3f9d71ae34d54d771804eb7440760d06f8fd8d47.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/IglooFTP/Makefile | 2 | ||||
-rw-r--r-- | ftp/bareftp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile index 6bcf83eb37fd..5e619c103c56 100644 --- a/ftp/IglooFTP/Makefile +++ b/ftp/IglooFTP/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ MASTER_SITE_SUBDIR= system/network/file-transfer DISTNAME= ${PORTNAME}-${PORTVERSION}.src -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use FTP client for X Window System WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index 5fb48b99794f..12946234eea7 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.3.7 CATEGORIES= ftp MASTER_SITES= http://www.bareftp.org/release/ -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Ftp client made in C sharp GNU_CONFIGURE= yes |