Update to version 0.4

This commit is contained in:
Kevin Lo 2002-02-05 14:00:28 +00:00
parent 13e31f4f9d
commit 25e3f072f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54233
6 changed files with 30 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= vicq
PORTVERSION= 0.3
PORTVERSION= 0.4
CATEGORIES= net
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
@ -14,9 +14,15 @@ MAINTAINER= kevlo@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
PERL_CONFIGURE= yes
do-install:
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-extract:
${MV} ${WRKSRC}/Net/vICQ/* ${WRKSRC}
${RM} ${WRKSRC}/install.pl
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/vicq
${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq

View file

@ -1 +1 @@
MD5 (vicq-0.3.tar.gz) = 154adf18283d73e4ea0d6cf1ebd4000f
MD5 (vicq-0.4.tar.gz) = 876587dd0f2ae83ffe3b35f6f7287d02

View file

@ -1,3 +1,8 @@
bin/vicq
lib/perl5/site_perl/%%PERL_VER%%/Net/vICQ.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/vICQ/.packlist
share/examples/vicq/vicqrc.example
@dirrm share/examples/vicq
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/vICQ
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2> /dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2> /dev/null || true

View file

@ -6,7 +6,7 @@
#
PORTNAME= vicq
PORTVERSION= 0.3
PORTVERSION= 0.4
CATEGORIES= net
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
@ -14,9 +14,15 @@ MAINTAINER= kevlo@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
PERL_CONFIGURE= yes
do-install:
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-extract:
${MV} ${WRKSRC}/Net/vICQ/* ${WRKSRC}
${RM} ${WRKSRC}/install.pl
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/vicq
${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq

View file

@ -1 +1 @@
MD5 (vicq-0.3.tar.gz) = 154adf18283d73e4ea0d6cf1ebd4000f
MD5 (vicq-0.4.tar.gz) = 876587dd0f2ae83ffe3b35f6f7287d02

View file

@ -1,3 +1,8 @@
bin/vicq
lib/perl5/site_perl/%%PERL_VER%%/Net/vICQ.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/vICQ/.packlist
share/examples/vicq/vicqrc.example
@dirrm share/examples/vicq
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/vICQ
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2> /dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2> /dev/null || true