diff options
author | oliver <oliver@FreeBSD.org> | 2005-09-07 01:42:39 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-09-07 01:42:39 +0800 |
commit | 8c12b046dda17301bb5b536e99fb31bf541e9bd3 (patch) | |
tree | 171a8db6f39e088309a9c82128a4f75d01529728 /x11 | |
parent | e817dcd9f1b77fc2c576c36a47577b9106220412 (diff) | |
download | freebsd-ports-gnome-8c12b046dda17301bb5b536e99fb31bf541e9bd3.tar.gz freebsd-ports-gnome-8c12b046dda17301bb5b536e99fb31bf541e9bd3.tar.zst freebsd-ports-gnome-8c12b046dda17301bb5b536e99fb31bf541e9bd3.zip |
reset maintainer to ports@FreeBSD.org since original maintainer doesn't
have the time any longer to maintain them
Approved by: maintainer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Terminal/Makefile | 4 | ||||
-rw-r--r-- | x11/libexo/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index e76ff3c07d5c..37ed155d3dc8 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: Terminal # Date created: 23 October 2004 -# Whom: Matt Lancereau <matt@bsdfly.org> +# Whom: Matt Lancereau <ports@FreeBSD.org> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.2.4 CATEGORIES= x11 MASTER_SITES= http://download.berlios.de/xfce-goodies/ -MAINTAINER= matt@bsdfly.org +MAINTAINER= ports@FreeBSD.org COMMENT= Terminal emulator for the X windowing system LIB_DEPENDS= exo-0.3:${PORTSDIR}/x11/libexo \ diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 2783e589e52e..91cf0835fe27 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: libexo # Date created: 23 October 2004 -# Whom: Matt Lancereau <matt@bsdfly.org> +# Whom: Matt Lancereau <ports@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= x11 xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ DISTNAME= exo-${PORTVERSION} -MAINTAINER= matt@bsdfly.org +MAINTAINER= ports@FreeBSD.org COMMENT= Terminal library, extensions to Xfce by os-cillation LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui |