diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-08 12:07:16 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-08 12:07:16 +0800 |
commit | 959f2f7f8b2c2108181149f7818cfd9100b21c18 (patch) | |
tree | 89d909502887fd04a7ea36c88813a661ec8489a7 /multimedia/exportvideo | |
parent | 67e39cf7a3bd57328dfe971887ed32337d2364ca (diff) | |
download | freebsd-ports-gnome-959f2f7f8b2c2108181149f7818cfd9100b21c18.tar.gz freebsd-ports-gnome-959f2f7f8b2c2108181149f7818cfd9100b21c18.tar.zst freebsd-ports-gnome-959f2f7f8b2c2108181149f7818cfd9100b21c18.zip |
Update MASTER_SITES and WWW
PR: 87095
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
Diffstat (limited to 'multimedia/exportvideo')
-rw-r--r-- | multimedia/exportvideo/Makefile | 4 | ||||
-rw-r--r-- | multimedia/exportvideo/pkg-descr | 2 | ||||
-rw-r--r-- | multimedia/exportvideo/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/exportvideo/Makefile b/multimedia/exportvideo/Makefile index 4aa1c841c9ce..2c5cfca47521 100644 --- a/multimedia/exportvideo/Makefile +++ b/multimedia/exportvideo/Makefile @@ -8,7 +8,7 @@ PORTNAME= exportvideo PORTVERSION= 1.0 CATEGORIES= multimedia -MASTER_SITES= http://131.130.199.155/~aoe/mystuff/mpeg2_movie-avipatch/ +MASTER_SITES= http://tigerente.htu.tuwien.ac.at/~aoe/mystuff/mpeg2_movie-avipatch/ DISTNAME= ${PORTNAME}.7e-pre9 MAINTAINER= frank@dynamical-systems.org @@ -30,7 +30,7 @@ PORTDOCS= README README.links .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -IGNORE= "Supported for i386 architecture only" +IGNORE= Supported for i386 architecture only .endif # Compiling with MMX extensions fails on FreeBSD 5.x diff --git a/multimedia/exportvideo/pkg-descr b/multimedia/exportvideo/pkg-descr index 74d2050b975a..710cd54b151f 100644 --- a/multimedia/exportvideo/pkg-descr +++ b/multimedia/exportvideo/pkg-descr @@ -3,4 +3,4 @@ file and writes a YUV4MPEG stream which can be piped to mpeg2enc. In other words, it exports the nuppelvideo .nuv format for encoding (S)VCD/DVD compliant MPEGs with mjpegtools. -WWW: 131.130.199.155/~aoe/mystuff/mpeg2_movie-avipatch/mpeg2_movie-avi.html +WWW: http://tigerente.htu.tuwien.ac.at/~aoe/mystuff/mpeg2_movie-avipatch/mpeg2_movie-avi.html diff --git a/multimedia/exportvideo/pkg-plist b/multimedia/exportvideo/pkg-plist index 8967607d987d..0ae0592ddc04 100644 --- a/multimedia/exportvideo/pkg-plist +++ b/multimedia/exportvideo/pkg-plist @@ -1,3 +1,4 @@ bin/exportvideo bin/nuv4dvd %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD +%%PORTDOCS%%@dirrm %%DOCSDIR%% |