summaryrefslogtreecommitdiff
path: root/net-im/pidgin-facebookchat
diff options
context:
space:
mode:
authorJoseph S. Atkinson <jsa@FreeBSD.org>2011-01-06 02:24:41 +0000
committerJoseph S. Atkinson <jsa@FreeBSD.org>2011-01-06 02:24:41 +0000
commit249b3cf426b8bc873d595f8f0836b0e6edb2d898 (patch)
treee25387de449d1ae062212d0fa387ce459b00c335 /net-im/pidgin-facebookchat
parentAdd ${DIST_SUBDIR} to the cp done in post-extract and unbreak. (diff)
Cease installing icons for Facebook since Pidgin 2.7.9 now installs its
own conflicting set of these icons. Approved by: kwm (mentor)
Notes
Notes: svn path=/head/; revision=267442
Diffstat (limited to 'net-im/pidgin-facebookchat')
-rw-r--r--net-im/pidgin-facebookchat/Makefile10
-rw-r--r--net-im/pidgin-facebookchat/pkg-plist5
2 files changed, 4 insertions, 11 deletions
diff --git a/net-im/pidgin-facebookchat/Makefile b/net-im/pidgin-facebookchat/Makefile
index 6f3ce88ac85a..9dae38f4763e 100644
--- a/net-im/pidgin-facebookchat/Makefile
+++ b/net-im/pidgin-facebookchat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pidgin-facebookchat
PORTVERSION= 1.69
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PROJECTHOST}-source-${PORTVERSION}
@@ -23,8 +24,9 @@ LICENSE= GPLv3
PROJECTHOST= ${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
+USE_LDCONFIG= yes
-PIXMAPS_DIR= ${PREFIX}/share/pixmaps/pidgin/protocols
+PLIST_FILES= lib/purple-2/libfacebook.so
do-patch:
${REINPLACE_CMD} -e "s#i686-pc-freebsd6.0-gcc#${CC}#; \
@@ -37,11 +39,7 @@ do-build:
${MAKE} -C ${WRKSRC} libfacebookbsd60.so
do-install:
- ${MKDIR} ${PREFIX}/lib/purple-2/ \
- ${PIXMAPS_DIR}/16 ${PIXMAPS_DIR}/22 ${PIXMAPS_DIR}/48
+ ${MKDIR} ${PREFIX}/lib/purple-2/
${INSTALL_DATA} ${WRKSRC}/libfacebook.so ${PREFIX}/lib/purple-2/
- ${INSTALL_DATA} ${WRKSRC}/facebook16.png ${PIXMAPS_DIR}/16/facebook.png
- ${INSTALL_DATA} ${WRKSRC}/facebook22.png ${PIXMAPS_DIR}/22/facebook.png
- ${INSTALL_DATA} ${WRKSRC}/facebook48.png ${PIXMAPS_DIR}/48/facebook.png
.include <bsd.port.mk>
diff --git a/net-im/pidgin-facebookchat/pkg-plist b/net-im/pidgin-facebookchat/pkg-plist
deleted file mode 100644
index 50e3fdd9458c..000000000000
--- a/net-im/pidgin-facebookchat/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $FreeBSD$
-lib/purple-2/libfacebook.so
-share/pixmaps/pidgin/protocols/16/facebook.png
-share/pixmaps/pidgin/protocols/22/facebook.png
-share/pixmaps/pidgin/protocols/48/facebook.png