summaryrefslogtreecommitdiff
path: root/chat/finch
diff options
context:
space:
mode:
authoradam <adam>2010-08-30 11:18:01 +0000
committeradam <adam>2010-08-30 11:18:01 +0000
commit330a716d66786034a2359b8b2af896db07400856 (patch)
tree80ffddb91a43fb07886d96c307a3439198cd353e /chat/finch
parent0eefe1168351233fcc019edc7a195e61d5cd1178 (diff)
downloadpkgsrc-330a716d66786034a2359b8b2af896db07400856.tar.gz
Changes 2.7.3:
* Lots of little incremental bug fixes and enhancements in this release. * Finally got some fixes out there for you Yahoo users behind some particularly annoying firewalls and proxies, among other fixes. Enjoy! Changes 2.7.2: * We discovered a security issue in Pidgin 2.7.0 and 2.7.1 and decided to release a patched version quickly. This release contains the fix for that crash, and a few other minor fixes.
Diffstat (limited to 'chat/finch')
-rw-r--r--chat/finch/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index 348c2b3c882..4808a782674 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2010/06/13 22:43:56 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.22 2010/08/30 11:18:02 adam Exp $
PKGNAME= finch-${PIDGIN_VERSION}
-PKGREVISION= 2
COMMENT= Multi-protocol Instant Messaging client console frontend
@@ -33,6 +31,7 @@ CONFIGURE_ARGS+= --with-ncurses-headers=${BUILDLINK_DIR}/include
USE_NCURSES= yes # force ncurses, for libpanel
BUILD_DIRS= finch
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1
.include "options.mk"
@@ -43,9 +42,8 @@ pre-build:
ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple
post-install:
- ${INSTALL_MAN_DIR} ${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1
${INSTALL_MAN} ${WRKSRC}/doc/finch.1 \
- ${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
BUILDLINK_API_DEPENDS.libpurple+= libpurple-${PIDGIN_VERSION}{,nb*}
.include "../../chat/libpurple/buildlink3.mk"