diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-08-21 10:59:21 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-08-21 10:59:21 +0000 |
commit | 5f99dd95e8b0c74c93a3ae0918fb1e104f51a4ab (patch) | |
tree | 31f9eea3620dc653574ab809b58b8880f7743f47 /devel/p5-Cache-FastMmap/Makefile | |
parent | d3425eb71231e2bbb1910d61ce9abb65873de1fb (diff) | |
download | ports-5f99dd95e8b0c74c93a3ae0918fb1e104f51a4ab.tar.gz ports-5f99dd95e8b0c74c93a3ae0918fb1e104f51a4ab.zip |
Notes
Diffstat (limited to 'devel/p5-Cache-FastMmap/Makefile')
-rw-r--r-- | devel/p5-Cache-FastMmap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Cache-FastMmap/Makefile b/devel/p5-Cache-FastMmap/Makefile index 5518919952a8..e331f3529546 100644 --- a/devel/p5-Cache-FastMmap/Makefile +++ b/devel/p5-Cache-FastMmap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Cache-FastMmap -PORTVERSION= 1.06 -PORTREVISION= 1 +PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Cache @@ -30,7 +29,7 @@ IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try a .endif post-patch: - @${FIND} ${WRKSRC} -name "*.[pP][mL]" | \ + @${FIND} ${WRKSRC} -name "*.PL" | \ ${XARGS} ${PERL} -i -pe 's/^use 5.008/use 5.006/' .include <bsd.port.post.mk> |