diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-26 00:28:23 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-26 00:28:23 +0000 |
commit | d42d7fc88ae4009aa24a8975573393313adae7a1 (patch) | |
tree | 6df8abfca931056f34611741a9daf4acb39de8d5 /sysutils | |
parent | f5509385caec6add021c4fd5bef5ae3335b22c53 (diff) | |
download | FreeBSD-ports-d42d7fc88ae4009aa24a8975573393313adae7a1.zip FreeBSD-ports-d42d7fc88ae4009aa24a8975573393313adae7a1.tar.gz |
Turn Miguel Mendez' ports over to Adam Weinberger.
PR: 42012
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 2 | ||||
-rw-r--r-- | sysutils/thefish/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 84b7e13..34a3b79 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2.2.4 CATEGORIES= sysutils MASTER_SITES= http://energyhq.homeip.net/files/ -MAINTAINER= flynn@energyhq.homeip.net +MAINTAINER= adam@vectors.cx .if !defined(NO_GUI) && defined(WITH_GTK2) LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 diff --git a/sysutils/thefish/pkg-descr b/sysutils/thefish/pkg-descr index c7a157a..5165c52 100644 --- a/sysutils/thefish/pkg-descr +++ b/sysutils/thefish/pkg-descr @@ -5,5 +5,3 @@ the program honours two environment variables: FISH_RC_DEFAULTS and FISH_RC. WWW: http://energyhq.homeip.net/brain.html - -- Miguel Mendez <flynn@energyhq.homeip.net> |