diff options
author | Brian Somers <brian@FreeBSD.org> | 2002-03-13 11:31:08 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2002-03-13 11:31:08 +0000 |
commit | 820313fb80e37066624393c5e749c6d97c54e1ba (patch) | |
tree | f0c464d0fbb797f62c95887866c0999cea73f759 /graphics/vlc | |
parent | Change MAINTAINER from brian@Awfulhak.org to ports@freebsd-services.com (diff) |
brian@Awfulhak.org => brian@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=55997
Diffstat (limited to 'graphics/vlc')
-rw-r--r-- | graphics/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vlc/Makefile b/graphics/vlc/Makefile index 899c0a6739b0..f73ff04c1e61 100644 --- a/graphics/vlc/Makefile +++ b/graphics/vlc/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: vlc # Date created: 3rd August 2001 -# Whom: Brian Somers <brian@Awfulhak.org> +# Whom: Brian Somers <brian@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ ftp://ftp.Awfulhak.org/pub/vlc/ \ http://people.FreeBSD.org/~brian/vlc/ -MAINTAINER= brian@Awfulhak.org +MAINTAINER= brian@FreeBSD.org LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 |