summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-09-13 17:50:49 +0000
committerJohn Marino <marino@FreeBSD.org>2013-09-13 17:50:49 +0000
commit1585b0afe20a64ef479ca58c15dd831cb314f799 (patch)
treee5733537cb07b3f96a89414273c167a025124c4b /www
parent- Update to 2.68a (diff)
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.
Notes
Notes: svn path=/head/; revision=327171
Diffstat (limited to 'www')
-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