diff options
-rw-r--r-- | net-im/vicq/Makefile | 12 | ||||
-rw-r--r-- | net-im/vicq/distinfo | 2 | ||||
-rw-r--r-- | net-im/vicq/pkg-plist | 5 | ||||
-rw-r--r-- | net/vicq/Makefile | 12 | ||||
-rw-r--r-- | net/vicq/distinfo | 2 | ||||
-rw-r--r-- | net/vicq/pkg-plist | 5 |
6 files changed, 30 insertions, 8 deletions
diff --git a/net-im/vicq/Makefile b/net-im/vicq/Makefile index 845383e..25c49ae 100644 --- a/net-im/vicq/Makefile +++ b/net-im/vicq/Makefile @@ -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 diff --git a/net-im/vicq/distinfo b/net-im/vicq/distinfo index 8186013..3d71f63 100644 --- a/net-im/vicq/distinfo +++ b/net-im/vicq/distinfo @@ -1 +1 @@ -MD5 (vicq-0.3.tar.gz) = 154adf18283d73e4ea0d6cf1ebd4000f +MD5 (vicq-0.4.tar.gz) = 876587dd0f2ae83ffe3b35f6f7287d02 diff --git a/net-im/vicq/pkg-plist b/net-im/vicq/pkg-plist index 7f6206e..bd1bf6a 100644 --- a/net-im/vicq/pkg-plist +++ b/net-im/vicq/pkg-plist @@ -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 diff --git a/net/vicq/Makefile b/net/vicq/Makefile index 845383e..25c49ae 100644 --- a/net/vicq/Makefile +++ b/net/vicq/Makefile @@ -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 diff --git a/net/vicq/distinfo b/net/vicq/distinfo index 8186013..3d71f63 100644 --- a/net/vicq/distinfo +++ b/net/vicq/distinfo @@ -1 +1 @@ -MD5 (vicq-0.3.tar.gz) = 154adf18283d73e4ea0d6cf1ebd4000f +MD5 (vicq-0.4.tar.gz) = 876587dd0f2ae83ffe3b35f6f7287d02 diff --git a/net/vicq/pkg-plist b/net/vicq/pkg-plist index 7f6206e..bd1bf6a 100644 --- a/net/vicq/pkg-plist +++ b/net/vicq/pkg-plist @@ -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 |