aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2014-02-04 05:31:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2014-02-04 05:31:32 +0000
commit6b80e5077de34eb80536fbbc488106e317de9a93 (patch)
treea1d4aaceebf82a28d97708e881cbd1cd05291ae6 /net-im/pidgin
parentdc04b95449bdf97848488f82381aa1df976695de (diff)
downloadports-6b80e5077de34eb80536fbbc488106e317de9a93.tar.gz
ports-6b80e5077de34eb80536fbbc488106e317de9a93.zip
Notes
Diffstat (limited to 'net-im/pidgin')
-rw-r--r--net-im/pidgin/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index 346db945dcd8..f63d92dc985e 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -3,13 +3,13 @@
# $MCom: ports/net-im/pidgin/Makefile,v 1.17 2007/09/17 19:53:06 marcus Exp $
PORTNAME= pidgin
-PORTREVISION= 1
+PORTREVISION= 0
MAINTAINER= marcus@FreeBSD.org
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- purple.10:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
+ libpurple.so:${PORTSDIR}/net-im/libpurple
MASTERDIR= ${.CURDIR}/../libpurple
BUILD_WRKSRC= ${WRKSRC}/pidgin
@@ -30,16 +30,13 @@ CONFIGURE_ARGS= --disable-consoleui \
--enable-screensaver \
--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
-MAN1= pidgin.1
-
-NO_STAGE= yes
post-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
Makefile ${MAKE_ARGS} pidgin.desktop
post-install:
${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \
- ${PREFIX}/share/applications/pidgin.desktop
- ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${MAN1PREFIX}/man/man1
+ ${STAGEDIR}${PREFIX}/share/applications/pidgin.desktop
+ ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include "${MASTERDIR}/Makefile"