diff options
author | oliver <oliver@FreeBSD.org> | 2003-05-06 16:58:45 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-05-06 16:58:45 +0000 |
commit | 5f9b301e874c9739302ce6782bf2b61f23fdc736 (patch) | |
tree | 4723556d263b13c5a0479ed74f878fbe92a54d34 /ftp | |
parent | 5e2f1f738e95643d400f32f9b26804549263f30a (diff) | |
download | FreeBSD-ports-5f9b301e874c9739302ce6782bf2b61f23fdc736.zip FreeBSD-ports-5f9b301e874c9739302ce6782bf2b61f23fdc736.tar.gz |
redefine the MAINTAINER field with my FreeBSD address
Approved By: alex (mentor)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 6f41518..aa2e74f 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} -MAINTAINER= lehmann@ans-netz.de +MAINTAINER= oliver@freebsd.org COMMENT= A free multithreaded GTK based ftp client GNU_CONFIGURE= yes |