diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-24 18:20:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-24 18:20:26 +0000 |
commit | 612db1e47dc340230cc3aa4a959092764c8f830c (patch) | |
tree | 0a8c7f112e740c3b77ff3cace8d3633217bf3078 /misc/p5-File-CounterFile | |
parent | 7492ec92350ee3243dccef8cc1255daff852ebe7 (diff) | |
download | ports-612db1e47dc340230cc3aa4a959092764c8f830c.tar.gz ports-612db1e47dc340230cc3aa4a959092764c8f830c.zip |
Notes
Diffstat (limited to 'misc/p5-File-CounterFile')
-rw-r--r-- | misc/p5-File-CounterFile/Makefile | 7 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/misc/p5-File-CounterFile/Makefile b/misc/p5-File-CounterFile/Makefile index 4e0d811df6d5..9f251a11a48d 100644 --- a/misc/p5-File-CounterFile/Makefile +++ b/misc/p5-File-CounterFile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-CounterFile -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -22,10 +22,9 @@ MAN3= File::CounterFile.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 +# make PREFIX-clean under perl 5.005_03 post-configure: - cd ${WRKSRC}; \ - ${PERL} -pi -e 's|(.*Fcntl.*) SEEK_SET(.*)|\1\2\nuse POSIX qw(SEEK_SET);|;' \ - CounterFile.pm + ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile .endif .include <bsd.port.post.mk> diff --git a/misc/p5-File-CounterFile/distinfo b/misc/p5-File-CounterFile/distinfo index b4e3daba0d60..6ced7032a44c 100644 --- a/misc/p5-File-CounterFile/distinfo +++ b/misc/p5-File-CounterFile/distinfo @@ -1 +1 @@ -MD5 (File-CounterFile-1.03.tar.gz) = 1b81c7ae95fa6df289d8f11b17b76064 +MD5 (File-CounterFile-1.04.tar.gz) = df77e2dbc80aa3ec9647a570bb5e0cf8 |