aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/x264-devel
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2009-03-02 22:11:34 +0800
committerlioux <lioux@FreeBSD.org>2009-03-02 22:11:34 +0800
commit83f523e299a75f136d5c416218e191c4114532b5 (patch)
treead7f63e6e40dbb3414d9b5aaa5f09c81805cf488 /multimedia/x264-devel
parent85f4ec6c50d0d38ff8d3d70092a9818fba4f7e98 (diff)
downloadfreebsd-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/Makefile2
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: