Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2016 20:52:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419026 - head/net-im/empathy
Message-ID:  <201607242052.u6OKqZIg056339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jul 24 20:52:35 2016
New Revision: 419026
URL: https://svnweb.freebsd.org/changeset/ports/419026

Log:
  Fix packaging with pkgconf 1.0
  
  Reported by:	pkg-fallout

Modified:
  head/net-im/empathy/Makefile

Modified: head/net-im/empathy/Makefile
==============================================================================
--- head/net-im/empathy/Makefile	Sun Jul 24 20:41:15 2016	(r419025)
+++ head/net-im/empathy/Makefile	Sun Jul 24 20:52:35 2016	(r419026)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607242052.u6OKqZIg056339>