diff options
author | will <will@FreeBSD.org> | 2002-06-11 13:57:05 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-11 13:57:05 +0000 |
commit | e410406778cdf47c2ec4deaeffd26c0f38a72c2c (patch) | |
tree | 10e52ca268e195b83ee75f7ec562ff3ffb9d10ca /sysutils | |
parent | c020071b3924dcd917fef548a81ef7cc2136e476 (diff) | |
download | FreeBSD-ports-e410406778cdf47c2ec4deaeffd26c0f38a72c2c.zip FreeBSD-ports-e410406778cdf47c2ec4deaeffd26c0f38a72c2c.tar.gz |
Miguel Mendez informed me in private e-mail that he has changed his mind
and would like to maintain these ports again. Welcome back, Miguel. :-)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 077cc29..15617bf 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2.2.1 CATEGORIES= sysutils MASTER_SITES= http://energyhq.homeip.net/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= flynn@energyhq.homeip.net .if !defined(NO_GUI) && defined(WITH_GTK2) LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 |