Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 01:28:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388187 - head/net-im/pidgin-rhythmbox
Message-ID:  <201506010128.t511Sp67017477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun  1 01:28:50 2015
New Revision: 388187
URL: https://svnweb.freebsd.org/changeset/ports/388187

Log:
  - Strip library
  - Whitespace fix

Modified:
  head/net-im/pidgin-rhythmbox/Makefile

Modified: head/net-im/pidgin-rhythmbox/Makefile
==============================================================================
--- head/net-im/pidgin-rhythmbox/Makefile	Mon Jun  1 01:28:35 2015	(r388186)
+++ head/net-im/pidgin-rhythmbox/Makefile	Mon Jun  1 01:28:50 2015	(r388187)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pidgin-rhythmbox
 PORTVERSION=	2.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net-im audio
 MASTER_SITES=	http://jon.oberheide.org/pidgin-rhythmbox/downloads/
 
@@ -18,12 +18,13 @@ RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/p
 USES=		gmake libtool pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	lib/pidgin/pidgin-rhythmbox.so
 
 post-patch:
-		@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
-			-e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \
-			-e 's#-g -g3 -O2##'
+	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
+		-e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \
+		-e 's#-g -g3 -O2##'
 
 .include <bsd.port.mk>



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