diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-02 22:11:34 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-02 22:11:34 +0800 |
commit | 83f523e299a75f136d5c416218e191c4114532b5 (patch) | |
tree | ad7f63e6e40dbb3414d9b5aaa5f09c81805cf488 /multimedia/x264-devel | |
parent | 85f4ec6c50d0d38ff8d3d70092a9818fba4f7e98 (diff) | |
download | freebsd-ports-gnome-83f523e299a75f136d5c416218e191c4114532b5.tar.gz freebsd-ports-gnome-83f523e299a75f136d5c416218e191c4114532b5.tar.zst freebsd-ports-gnome-83f523e299a75f136d5c416218e191c4114532b5.zip |
Fix post-extract target when WITH_PGO. Forgot about DIST_SUBDIR.
Diffstat (limited to 'multimedia/x264-devel')
-rw-r--r-- | multimedia/x264-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile index 41c68d495dfd..bd5fd1adfcc8 100644 --- a/multimedia/x264-devel/Makefile +++ b/multimedia/x264-devel/Makefile @@ -93,7 +93,7 @@ USE_XORG= x11 post-extract: .if defined(WITH_PGO) && ${SLAVE_PORT:L}!="yes" - @( cd ${WRKDIR} && ${BZIP2_CMD} -dc ${DISTDIR}/${Y4M_VIDEO_DISTFILE} > ${Y4M_VIDEO} ) + @( cd ${WRKDIR} && ${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${Y4M_VIDEO_DISTFILE} > ${Y4M_VIDEO} ) .endif post-patch: |