diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-11-01 23:17:31 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-11-01 23:17:31 +0800 |
commit | a844206a4a23b3adc5dd0fa8ddadb6bda0e84f07 (patch) | |
tree | 47266fa2d33313495e3b1d3bbd63afdcba394545 /multimedia | |
parent | bdddd510b60814cce3746ee4b86f096145d90cb3 (diff) | |
download | freebsd-ports-gnome-a844206a4a23b3adc5dd0fa8ddadb6bda0e84f07.tar.gz freebsd-ports-gnome-a844206a4a23b3adc5dd0fa8ddadb6bda0e84f07.tar.zst freebsd-ports-gnome-a844206a4a23b3adc5dd0fa8ddadb6bda0e84f07.zip |
- Add mastersite.
- Pass maintainership
PR: ports/104105
Submitted by: Lars Engels <lars.engels@0x20.net>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg_play/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/mpeg_play/Makefile b/multimedia/mpeg_play/Makefile index 5dd64426a118..86008f34e89a 100644 --- a/multimedia/mpeg_play/Makefile +++ b/multimedia/mpeg_play/Makefile @@ -8,10 +8,11 @@ PORTNAME= mpeg_play PORTVERSION= 2.4 CATEGORIES= multimedia -MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/ +MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ \ + ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/ EXTRACT_SUFX= -patched-src.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lars.engels@0x20.net COMMENT= A program to play mpeg movies on X displays WRKSRC= ${WRKDIR}/mpeg_play @@ -22,7 +23,7 @@ PLIST_FILES= bin/mpeg_play .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Does not compile on ia64" +BROKEN= Does not compile on ia64 .endif pre-patch: |