From 0c2229b787ffc261d598f84d110c82fb19c47fdb Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 14 Jan 2009 02:29:06 +0000 Subject: Update to 2.5.4. * Add OPTIONS for all of the dynamic chat protocol modules * Add plist support for WITHOUT_GNUTLS * Add the myspace chat protocol * Install the man pages See http://developer.pidgin.im/wiki/ChangeLog for a list of release changes. PR: 130488 Submitted by: dougb --- net-im/finch/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net-im/finch') diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index ccd15218d5fe..f5f862fde64d 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -27,4 +27,9 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtkui \ --disable-nm +MAN1= finch.1 + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${MAN1PREFIX}/man/man1 + .include "${MASTERDIR}/Makefile" -- cgit