summaryrefslogtreecommitdiff
path: root/chat/micq/Makefile
diff options
context:
space:
mode:
authorshell <shell@pkgsrc.org>2002-10-20 03:09:07 +0000
committershell <shell@pkgsrc.org>2002-10-20 03:09:07 +0000
commit9c77bc1424ca02b2e26ce2950502da260e98141c (patch)
treed178356c810755f03ac01c44362c08d97f8dca8d /chat/micq/Makefile
parent1d3bb743324bd76f8ef4f04083bd5e4450828218 (diff)
downloadpkgsrc-9c77bc1424ca02b2e26ce2950502da260e98141c.tar.gz
Updated to micq-0.4.9.4
- update maintainer email - re-add patch-aa Changes : * add error message for missing file reception directory * web page: add blurb for misconfigured browsers * final translation updates * .. or non-updates (english text copied to translated man pages) * compile fixes (thanks, Andy) * do not send CAP_IS_2002 (it means UTF-8, we can't do that yet) * show failing connections only when verbose or for server connections * display 0x46 meta result (just output the text) For more see Changes
Diffstat (limited to 'chat/micq/Makefile')
-rw-r--r--chat/micq/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/chat/micq/Makefile b/chat/micq/Makefile
index d0957d8fa80..1e0f782d807 100644
--- a/chat/micq/Makefile
+++ b/chat/micq/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2002/10/13 15:03:32 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/20 03:09:07 shell Exp $
-DISTNAME= micq-0.4.9
+DISTNAME= micq-0.4.9.4
CATEGORIES= chat
MASTER_SITES= http://micq.ukeer.de/source/
EXTRACT_SUFX= .tgz
-MAINTAINER= shell@shellhung.org
+MAINTAINER= shell@netbsd.org
HOMEPAGE= http://micq.ukeer.de/
COMMENT= text-mode ICQ client
@@ -13,10 +13,5 @@ USE_BUILDLINK2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/doc/micq.7 ${PREFIX}/man/man7
- ${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${PREFIX}/man/man5
-
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"