diff options
-rw-r--r-- | multimedia/x264-devel/Makefile | 2 | ||||
-rw-r--r-- | multimedia/x264/Makefile | 2 |
2 files changed, 2 insertions, 2 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: diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 41c68d495dfd..bd5fd1adfcc8 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/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: |