diff options
author | bf <bf@FreeBSD.org> | 2011-08-05 17:32:30 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-08-05 17:32:30 +0800 |
commit | c356d3ed32e9055b42408172dc3485a0681e32bd (patch) | |
tree | 41fe68212cabf7d8738a92417bbd61932c49e4fd /www | |
parent | 687de29c25d996592234135f5a0384b5d85cb75a (diff) | |
download | freebsd-ports-gnome-c356d3ed32e9055b42408172dc3485a0681e32bd.tar.gz freebsd-ports-gnome-c356d3ed32e9055b42408172dc3485a0681e32bd.tar.zst freebsd-ports-gnome-c356d3ed32e9055b42408172dc3485a0681e32bd.zip |
revert to less concise expression
Requested by: sunpoet
Diffstat (limited to 'www')
-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 08cbe8b9791d..28befa80cc72 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -32,7 +32,7 @@ RUN_DEPENDS+= rtmpdump:${PORTSDIR}/multimedia/rtmpdump .endif 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 |