From 83f523e299a75f136d5c416218e191c4114532b5 Mon Sep 17 00:00:00 2001 From: lioux Date: Mon, 2 Mar 2009 14:11:34 +0000 Subject: Fix post-extract target when WITH_PGO. Forgot about DIST_SUBDIR. --- multimedia/x264/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia/x264') 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: -- cgit