aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/finch
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-01-14 10:29:06 +0800
committermarcus <marcus@FreeBSD.org>2009-01-14 10:29:06 +0800
commit0c2229b787ffc261d598f84d110c82fb19c47fdb (patch)
treef08ac8444416c489290ea9fa0cf4832751336448 /net-im/finch
parent83e379601ee92a017e845682ce4b0ec6453eba83 (diff)
downloadfreebsd-ports-gnome-0c2229b787ffc261d598f84d110c82fb19c47fdb.tar.gz
freebsd-ports-gnome-0c2229b787ffc261d598f84d110c82fb19c47fdb.tar.zst
freebsd-ports-gnome-0c2229b787ffc261d598f84d110c82fb19c47fdb.zip
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
Diffstat (limited to 'net-im/finch')
-rw-r--r--net-im/finch/Makefile5
1 files changed, 5 insertions, 0 deletions
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"