aboutsummaryrefslogtreecommitdiff
path: root/graphics/mplex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mplex/Makefile')
-rw-r--r--graphics/mplex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mplex/Makefile b/graphics/mplex/Makefile
index 0182567bc5b3..8ce9d876d8f5 100644
--- a/graphics/mplex/Makefile
+++ b/graphics/mplex/Makefile
@@ -8,14 +8,14 @@
PORTNAME= mplex
PORTVERSION= 1.1
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/
+MASTER_SITES= ftp://ftp.leo.org/pub/comp/general/graphics/mpeg/mplex/
MAINTAINER= ports@FreeBSD.org
MAN1= mplex.1
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
- @${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
+ ${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1
.include <bsd.port.mk>