aboutsummaryrefslogtreecommitdiff
path: root/net-im/finch/Makefile
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/finch/Makefile
parentdc04b95449bdf97848488f82381aa1df976695de (diff)
downloadports-6b80e5077de34eb80536fbbc488106e317de9a93.tar.gz
ports-6b80e5077de34eb80536fbbc488106e317de9a93.zip
Update to 2.10.8.
See https://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release. While here, convert to STAGE and update LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=342485
Diffstat (limited to 'net-im/finch/Makefile')
-rw-r--r--net-im/finch/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile
index 33fdf558f194..13bd7c58c5b9 100644
--- a/net-im/finch/Makefile
+++ b/net-im/finch/Makefile
@@ -3,12 +3,12 @@
# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $
PORTNAME= finch
-PORTREVISION= 1
+PORTREVISION= 0
MAINTAINER= marcus@FreeBSD.org
COMMENT= Finch multi-protocol messaging client (Console UI)
-LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple
MASTERDIR= ${.CURDIR}/../libpurple
BUILD_WRKSRC= ${WRKSRC}/finch
@@ -24,10 +24,7 @@ CONFIGURE_ARGS= --disable-gtkui \
--disable-nm \
--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
-MAN1= finch.1
-
-NO_STAGE= yes
post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include "${MASTERDIR}/Makefile"