diff options
-rw-r--r-- | chat/vicq/Makefile | 6 | ||||
-rw-r--r-- | chat/vicq/PLIST | 4 | ||||
-rw-r--r-- | chat/vicq/distinfo | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile index 05fa5305e50..f4dd266c7f3 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/12/30 11:37:47 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/19 16:04:05 itojun Exp $ -DISTNAME= vicq-0.3 +DISTNAME= vicq-0.4 CATEGORIES= chat MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ EXTRACT_SUFX= .tar.bz2 @@ -16,8 +16,8 @@ REPLACE_PERL= ${WRKSRC}/vicq NO_BUILD= YES do-install: + (cd ${WRKSRC}; perl ./install.pl --prefix=${PREFIX}) ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vicq ${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq - ${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin .include "../../mk/bsd.pkg.mk" diff --git a/chat/vicq/PLIST b/chat/vicq/PLIST index c20faafb246..3c25f8a3a25 100644 --- a/chat/vicq/PLIST +++ b/chat/vicq/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/30 11:37:47 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/03/19 16:04:05 itojun Exp $ bin/vicq +lib/perl5/site_perl/5.6.0/Net/vICQ.pm +man/man1/vicq.1.gz share/examples/vicq/vicqrc.example @dirrm share/examples/vicq diff --git a/chat/vicq/distinfo b/chat/vicq/distinfo index 21f434ea97d..c5128087b3d 100644 --- a/chat/vicq/distinfo +++ b/chat/vicq/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/12/30 11:37:47 zuntum Exp $ +$NetBSD: distinfo,v 1.2 2002/03/19 16:04:05 itojun Exp $ -SHA1 (vicq-0.3.tar.bz2) = 856364e4ea389cf89d4e3622cf8fc26799dce1b4 -Size (vicq-0.3.tar.bz2) = 33748 bytes +SHA1 (vicq-0.4.tar.bz2) = 7fd372c8f7aa06abf79731b1a7babb78670970ec +Size (vicq-0.4.tar.bz2) = 47761 bytes +SHA1 (patch-aa) = e7896096e45fe7cbea7ce6d7b3af976691910686 |