diff options
author | obache <obache@pkgsrc.org> | 2011-01-22 03:07:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-22 03:07:03 +0000 |
commit | 8463a674fc6c256db7528ecacedc94da653371d9 (patch) | |
tree | 13e77720b5b36398798389732aee89224e60a72e /net/youtube-dl | |
parent | 778dac5378af8719672491ecf167a1dae229377c (diff) | |
download | pkgsrc-8463a674fc6c256db7528ecacedc94da653371d9.tar.gz |
Fixes MASTER_SITES url (missing /raw subdir)
Diffstat (limited to 'net/youtube-dl')
-rw-r--r-- | net/youtube-dl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index e6204d5bd08..0a06aea5e87 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2010/12/25 15:43:32 tron Exp $ +# $NetBSD: Makefile,v 1.25 2011/01/22 03:07:03 obache Exp $ VERSION_DATE= 2010.12.09 DISTNAME= youtube-dl PKGNAME= youtube-dl-${VERSION_DATE:S/.//g} CATEGORIES= net -MASTER_SITES= https://github.com/rg3/youtube-dl/${VERSION_DATE}/ +MASTER_SITES= https://github.com/rg3/youtube-dl/raw/${VERSION_DATE}/ EXTRACT_SUFX= # none DIST_SUBDIR= ${PKGNAME_NOREV} |