diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-15 06:39:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-15 06:39:44 +0000 |
commit | c8e4c9c972286e9ef9ef2cd19a766ec8737aa7ad (patch) | |
tree | 682f1124342e2c177319946c54519a339defded8 /www/youtube_dl/Makefile | |
parent | 4ee0ce01d44d80987463b6c07457a9cab8a77871 (diff) |
Notes
Diffstat (limited to 'www/youtube_dl/Makefile')
-rw-r--r-- | www/youtube_dl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 256cf8b4c883..5da02f4b43df 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -26,7 +26,7 @@ USE_PYTHON= 2.5+ PLIST_FILES= bin/youtube-dl post-extract: - @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/youtube-dl + @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}/youtube-dl do-install: @${INSTALL_SCRIPT} ${WRKSRC}/youtube-dl ${PREFIX}/bin/youtube-dl |