summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-06-15 06:39:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-06-15 06:39:44 +0000
commitc8e4c9c972286e9ef9ef2cd19a766ec8737aa7ad (patch)
tree682f1124342e2c177319946c54519a339defded8
parentRemove a "==" bashism in configure. (diff)
- Correct my previous fix
Reported by: itetcu Pointy hat to: pav
-rw-r--r--www/youtube_dl/Makefile2
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