aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-14 07:24:59 +0800
committerpav <pav@FreeBSD.org>2007-12-14 07:24:59 +0800
commit0cd36c52c96b201abc94fb516a38081ca6fcca24 (patch)
treeb04768fa74e1d66701ddae9da997db2ccb731241 /lang
parentca5f859a3f84979fa728561f3738fdb57ce8e208 (diff)
downloadfreebsd-ports-gnome-0cd36c52c96b201abc94fb516a38081ca6fcca24.tar.gz
freebsd-ports-gnome-0cd36c52c96b201abc94fb516a38081ca6fcca24.tar.zst
freebsd-ports-gnome-0cd36c52c96b201abc94fb516a38081ca6fcca24.zip
- Fix the patch I broke in previous revision
Reported by: pointyhat Pointy hat to: pav
Diffstat (limited to 'lang')
-rw-r--r--lang/p5-ExtUtils-F77/Makefile5
-rw-r--r--lang/p5-F77/Makefile5
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>