aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 01:28:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 01:28:50 +0000
commit0896a4baea3b19e9260b42db3d03009dcbb0522b (patch)
tree296d522b11dcdaf608ec2fb2b0907ae342b02f1e /net-im
parente624eaab10c178643d735cf78653015bb5df3e2b (diff)
downloadports-0896a4baea3b19e9260b42db3d03009dcbb0522b.tar.gz
ports-0896a4baea3b19e9260b42db3d03009dcbb0522b.zip
- Strip library
- Whitespace fix
Notes
Notes: svn path=/head/; revision=388187
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin-rhythmbox/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/pidgin-rhythmbox/Makefile b/net-im/pidgin-rhythmbox/Makefile
index cd0bd12531a6..e5ee8e1342b7 100644
--- a/net-im/pidgin-rhythmbox/Makefile
+++ b/net-im/pidgin-rhythmbox/Makefile
@@ -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/pidgin \
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>