diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-01 09:28:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-01 09:28:50 +0800 |
commit | 43abc92cca795ac3bb9db9cb8ec70e26e5c05244 (patch) | |
tree | 296d522b11dcdaf608ec2fb2b0907ae342b02f1e /net-im/pidgin-rhythmbox | |
parent | 8edfbb57ef7a64b2b9b7b5e6853770e9ef9ea0e2 (diff) | |
download | freebsd-ports-gnome-43abc92cca795ac3bb9db9cb8ec70e26e5c05244.tar.gz freebsd-ports-gnome-43abc92cca795ac3bb9db9cb8ec70e26e5c05244.tar.zst freebsd-ports-gnome-43abc92cca795ac3bb9db9cb8ec70e26e5c05244.zip |
- Strip library
- Whitespace fix
Diffstat (limited to 'net-im/pidgin-rhythmbox')
-rw-r--r-- | net-im/pidgin-rhythmbox/Makefile | 9 |
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> |