aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/x264
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-01-12 13:10:44 +0800
committerahze <ahze@FreeBSD.org>2005-01-12 13:10:44 +0800
commit2822ce08ff9fa13465d321431e61c43165df7004 (patch)
treed0e0bc9c7bb62d67117ae00bb5f654605741282c /multimedia/x264
parentf404f477c1e9818ebf8f4978b02274fa0e79c8e9 (diff)
downloadfreebsd-ports-gnome-2822ce08ff9fa13465d321431e61c43165df7004.tar.gz
freebsd-ports-gnome-2822ce08ff9fa13465d321431e61c43165df7004.tar.zst
freebsd-ports-gnome-2822ce08ff9fa13465d321431e61c43165df7004.zip
Install forgotten header file
Diffstat (limited to 'multimedia/x264')
-rw-r--r--multimedia/x264/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index e4d52ada9f1c..58bb4b83ab46 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -26,6 +26,7 @@ ALL_TARGET= default
CFLAGS+= -DSYS_FREEBSD
PLIST_FILES= bin/x264 \
+ include/x264.h \
lib/libx264.a
OPTIONS= DEBUG "Enable Debugging" Off \
@@ -57,6 +58,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x264 ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/x264.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/libx264.a ${PREFIX}/lib
.include <bsd.port.post.mk>