diff options
author | tom <tom@FreeBSD.org> | 2001-04-13 15:09:13 +0000 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2001-04-13 15:09:13 +0000 |
commit | 43f61533a3def3f6fcfb7ed6a854bff47870c6a4 (patch) | |
tree | 1475387b73da6a595cf3b912a12f8a24f7c66c3d /multimedia/mpegedit | |
parent | 9afd8595ced1de70e97a50df25a86069474c0e3d (diff) | |
download | FreeBSD-ports-43f61533a3def3f6fcfb7ed6a854bff47870c6a4.zip FreeBSD-ports-43f61533a3def3f6fcfb7ed6a854bff47870c6a4.tar.gz |
Fix MASTER_SITES
Diffstat (limited to 'multimedia/mpegedit')
-rw-r--r-- | multimedia/mpegedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile index 26dba41..6c3e48f 100644 --- a/multimedia/mpegedit/Makefile +++ b/multimedia/mpegedit/Makefile @@ -8,7 +8,7 @@ PORTNAME= mpegedit PORTVERSION= 2.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/ +MASTER_SITES= ftp://ftp.netsw.org/netsw/Graphic/Movie/MPEG/mpegedit/ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org |