Fix packaging with pkgconf 1.0

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2016-07-24 20:52:35 +00:00
parent cc014ec51b
commit 94daa66124
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419026

View file

@ -80,13 +80,7 @@ CHEESE_CONFIGURE_WITH= cheese
PLIST_SUB= PORTVERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|clutter-gst-1.0|clutter-gst-2.0|g ;\
s|MISSION_CONTROL_PLUGINS_DIR=`pkg-config -|MISSION_CONTROL_PLUGINS_DIR=$${libdir}/`pkg-config -|g' \
@${REINPLACE_CMD} -e 's|clutter-gst-1.0|clutter-gst-2.0|g' \
${WRKSRC}/configure
# workaround wierd bug that happened in 3.12.11.
post-install:
@${MV} ${STAGEDIR}/mission-control-plugins.0 \
${STAGEDIR}${PREFIX}/lib/
.include <bsd.port.mk>