diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-07-24 20:52:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-07-24 20:52:35 +0000 |
commit | 94daa661247c931fb687fe575528b9de4b361c35 (patch) | |
tree | d6a387a9164a829236fff256f26e57b934689a29 /net-im/empathy/Makefile | |
parent | cc014ec51bb6dd623ee5f9ef133b571d9c06e548 (diff) |
Notes
Diffstat (limited to 'net-im/empathy/Makefile')
-rw-r--r-- | net-im/empathy/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 3974f191af9c..2c1d69f788ec 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -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> |