diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-07 12:14:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-07 12:14:30 +0000 |
commit | 42ac904dd5579b78707e82dba89de98d0b969652 (patch) | |
tree | 87fd626deb55446634b415d9c5e07db8bbc05b63 /multimedia/replex | |
parent | 6584306466a4f122f2096368d40a9c6a2a935789 (diff) | |
download | ports-42ac904dd5579b78707e82dba89de98d0b969652.tar.gz ports-42ac904dd5579b78707e82dba89de98d0b969652.zip |
Notes
Diffstat (limited to 'multimedia/replex')
-rw-r--r-- | multimedia/replex/Makefile | 3 | ||||
-rw-r--r-- | multimedia/replex/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/replex/Makefile b/multimedia/replex/Makefile index 5318c32813e7..4e109998b187 100644 --- a/multimedia/replex/Makefile +++ b/multimedia/replex/Makefile @@ -9,7 +9,8 @@ PORTNAME= replex PORTVERSION= 0.1.6.8 PORTEPOCH= 1 CATEGORIES= multimedia -MASTER_SITES= http://www.metzlerbros.org/dvb/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Remultiplex an MPEG2 TS into a PS for DVD diff --git a/multimedia/replex/pkg-descr b/multimedia/replex/pkg-descr index a786185bafd5..6989a8c75c82 100644 --- a/multimedia/replex/pkg-descr +++ b/multimedia/replex/pkg-descr @@ -2,5 +2,3 @@ Replex was created to remultiplex transport stream (TS) data taken from a DVB source. The result is supposed to be a program stream (PS) that can be used to be burned to a DVD (with dvdauthor). Replex can also remultiplex other PSs and AVIs with MPEG2 content. - -WWW: http://www.metzlerbros.org/dvb/ |