diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-13 23:24:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-13 23:24:59 +0000 |
commit | 9f662a0241104a17c980f1791bf14c739d2e4e7d (patch) | |
tree | 15acba39c5839b51b3b744b3507862f7e72fe78f | |
parent | c0d6bb3bb6c9171000b95cfdcd636a12b4c64935 (diff) |
Notes
-rw-r--r-- | lang/p5-ExtUtils-F77/Makefile | 5 | ||||
-rw-r--r-- | lang/p5-F77/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index d5b92bcc3c3c..7d0e6a25f728 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -7,7 +7,7 @@ PORTNAME= ExtUtils-F77 PORTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ExtUtils @@ -24,6 +24,7 @@ F2CLIB= -lg2c post-patch: @cd ${WRKSRC}; ${PERL5} -i.orig -pe \ - "s/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/ ; s/'f77',/'f77','g77-34',/" F77.pm + 's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm + @${REINPLACE_CMD} -e "s/'f77',/'f77','g77-34',/" ${WRKSRC}/F77.pm .include <bsd.port.mk> diff --git a/lang/p5-F77/Makefile b/lang/p5-F77/Makefile index d5b92bcc3c3c..7d0e6a25f728 100644 --- a/lang/p5-F77/Makefile +++ b/lang/p5-F77/Makefile @@ -7,7 +7,7 @@ PORTNAME= ExtUtils-F77 PORTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ExtUtils @@ -24,6 +24,7 @@ F2CLIB= -lg2c post-patch: @cd ${WRKSRC}; ${PERL5} -i.orig -pe \ - "s/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/ ; s/'f77',/'f77','g77-34',/" F77.pm + 's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm + @${REINPLACE_CMD} -e "s/'f77',/'f77','g77-34',/" ${WRKSRC}/F77.pm .include <bsd.port.mk> |