diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-12-07 09:38:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-12-07 09:38:52 +0000 |
commit | 3ed39542c67a40a2aaf4cce144c8fa8683e47772 (patch) | |
tree | 12279ff0ed77f597f709401f8fb691c2b11ee5b4 /sysutils/thefish | |
parent | 9cd489f08252eb9fd9fdf0c052173ba3407e9107 (diff) |
Notes
Diffstat (limited to 'sysutils/thefish')
-rw-r--r-- | sysutils/thefish/Makefile | 8 | ||||
-rw-r--r-- | sysutils/thefish/pkg-descr | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 1a07ccb345d0..c7ea3c776a34 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: thefish -# Date created: Sat Mar 16 17:49:09 CET 2002 -# Whom: Miguel Mendez <flynn@energyhq.homeip.net> -# +# Created by: Miguel Mendez <flynn@energyhq.homeip.net> # $FreeBSD$ -# PORTNAME= thefish PORTVERSION= 0.6.6 @@ -12,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= mmendez@energyhq.be +MAINTAINER= ports@FreeBSD.org COMMENT= Qt/Gtk+/ncurses rc.conf editor/management tool MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/sysutils/thefish/pkg-descr b/sysutils/thefish/pkg-descr index 16a1e0157b05..06c29f40ff13 100644 --- a/sysutils/thefish/pkg-descr +++ b/sysutils/thefish/pkg-descr @@ -3,5 +3,3 @@ manage and edit system variables stored in /etc/defaults/rc.conf and /etc/rc.conf. WWW: http://thefish.berlios.de - --Miguel Mendez <mmendez@energyhq.be> |