diff options
author | oliver <oliver@FreeBSD.org> | 2003-05-07 00:58:45 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-05-07 00:58:45 +0800 |
commit | 5f9b301e874c9739302ce6782bf2b61f23fdc736 (patch) | |
tree | 4723556d263b13c5a0479ed74f878fbe92a54d34 /ftp/gftp | |
parent | 5e2f1f738e95643d400f32f9b26804549263f30a (diff) | |
download | freebsd-ports-graphics-5f9b301e874c9739302ce6782bf2b61f23fdc736.tar.gz freebsd-ports-graphics-5f9b301e874c9739302ce6782bf2b61f23fdc736.tar.zst freebsd-ports-graphics-5f9b301e874c9739302ce6782bf2b61f23fdc736.zip |
redefine the MAINTAINER field with my FreeBSD address
Approved By: alex (mentor)
Diffstat (limited to 'ftp/gftp')
-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 6f41518c738..aa2e74fc5e6 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 |