aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-09-14 01:50:49 +0800
committermarino <marino@FreeBSD.org>2013-09-14 01:50:49 +0800
commitdae57210d1eb9d281a245203961e33cafc81df45 (patch)
treee5733537cb07b3f96a89414273c167a025124c4b
parentfaa91bc8f36b78c863350025e945a0b295b2a0de (diff)
downloadfreebsd-ports-gnome-dae57210d1eb9d281a245203961e33cafc81df45.tar.gz
freebsd-ports-gnome-dae57210d1eb9d281a245203961e33cafc81df45.tar.zst
freebsd-ports-gnome-dae57210d1eb9d281a245203961e33cafc81df45.zip
www/metacafe_dl: Unbreak fetch (sort of)
The previous commit removed the blanking of EXTRACT_SUFX and EXTRACT_ONLY thinking that it was a mistake. The distfile actually has no extension, so this is really needed. Without it, the checksum can't even start. The MASTER_SITES is gone. The file is still fetchable because it is cached but at some point it is going to disappear unless somebody preserves it.
-rw-r--r--www/metacafe_dl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/metacafe_dl/Makefile b/www/metacafe_dl/Makefile
index 2b930afa4af9..22afce366d28 100644
--- a/www/metacafe_dl/Makefile
+++ b/www/metacafe_dl/Makefile
@@ -5,8 +5,10 @@ PORTNAME= metacafe_dl
PORTVERSION= 2007.09.13
PORTREVISION= 2
CATEGORIES= www
-MASTER_SITES= http://www.arrakis.es/~rggi3/metacafe-dl/
+#MASTER_SITES= http://www.arrakis.es/~rggi3/metacafe-dl/
DISTNAME= metacafe-dl-${PORTVERSION}
+EXTRACT_SUFX=
+EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= A program for downloading videos from metacafe.com