diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:20:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:20:04 +0000 |
commit | 2941f33ec8e9c6df78750dfb5d4335e0bf57acd3 (patch) | |
tree | b31189684710cfb58cabc8092441b29446b87a5b /lang/p5-ExtUtils-F77 | |
parent | dc382f9dd9984ae08f0fd12c6f2cc29655033859 (diff) |
Notes
Diffstat (limited to 'lang/p5-ExtUtils-F77')
-rw-r--r-- | lang/p5-ExtUtils-F77/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-ExtUtils-F77/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index 5797c08e0146..c25ed0007f06 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -15,9 +15,6 @@ USES= perl5 USE_PERL5= configure USE_FORTRAN= yes -MAN3= ExtUtils::F77.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|'gfortran44'|'${FC}'|" \ -e "s|'-O2'|'${CFLAGS}'|" \ diff --git a/lang/p5-ExtUtils-F77/pkg-plist b/lang/p5-ExtUtils-F77/pkg-plist index 763bdeb2fd27..1f6647cdbef3 100644 --- a/lang/p5-ExtUtils-F77/pkg-plist +++ b/lang/p5-ExtUtils-F77/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/ExtUtils::F77.3.gz %%SITE_PERL%%/ExtUtils/F77.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils @dirrmtry %%SITE_PERL%%/ExtUtils |