diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-09 13:19:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-09 13:19:50 +0000 |
commit | 32fec23062d1aa6024831ffafdfe1dff1a056d60 (patch) | |
tree | 5ff6d3d572a2e3a2180b91b2cb138c149f904f37 /devel/p5-Algorithm-Permute | |
parent | 076a7a9d49582ec551f76bc4f2a1a81c7f6a947d (diff) |
Update to 0.06
PR: 55390
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=86645
Diffstat (limited to 'devel/p5-Algorithm-Permute')
-rw-r--r-- | devel/p5-Algorithm-Permute/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/pkg-plist | 16 |
3 files changed, 10 insertions, 11 deletions
diff --git a/devel/p5-Algorithm-Permute/Makefile b/devel/p5-Algorithm-Permute/Makefile index 5c98da9d9d43..b6ce5ba93178 100644 --- a/devel/p5-Algorithm-Permute/Makefile +++ b/devel/p5-Algorithm-Permute/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-Permute -PORTVERSION= 0.04 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Algorithm @@ -17,7 +17,6 @@ COMMENT= Perl interface to handy and fast permutation PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Algorithm::Permute.3 .include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Permute/distinfo b/devel/p5-Algorithm-Permute/distinfo index f94771006bd1..1c28f77f9e16 100644 --- a/devel/p5-Algorithm-Permute/distinfo +++ b/devel/p5-Algorithm-Permute/distinfo @@ -1 +1 @@ -MD5 (Algorithm-Permute-0.04.tar.gz) = a1956a98d549526cd3a318ecb74bf39d +MD5 (Algorithm-Permute-0.06.tar.gz) = bb5d5df5d920d84cd1904c239eb8d6e1 diff --git a/devel/p5-Algorithm-Permute/pkg-plist b/devel/p5-Algorithm-Permute/pkg-plist index 0b0a2bd662fb..3d9034650aac 100644 --- a/devel/p5-Algorithm-Permute/pkg-plist +++ b/devel/p5-Algorithm-Permute/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm/Permute.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Permute.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true |