diff options
-rw-r--r-- | net/xtraceroute/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/fsv/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 3758a8f19e29..81bc8cea9a30 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: xtraceroute # Date created: 17 February 2000 -# Whom: Maxim Sobolev <sobomax@altavista.net> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.14:${PORTSDIR}/graphics/Mesa3 \ diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index de55a67e7fa2..9d411dbe79b9 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.9 CATEGORIES= x11-fm MASTER_SITES= http://fox.mit.edu/skunk/soft/src/ -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.14:${PORTSDIR}/graphics/Mesa3 \ |