diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-04 14:20:04 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-04 14:20:04 +0000 |
commit | 05945ce5e98b0980b2f5aedc318e6c29e408d20a (patch) | |
tree | b31189684710cfb58cabc8092441b29446b87a5b /lang/p5-ExtUtils-F77/Makefile | |
parent | 127074cd1b8c06fb392e4d4787491a632fdb8a4c (diff) | |
download | FreeBSD-ports-05945ce5e98b0980b2f5aedc318e6c29e408d20a.zip FreeBSD-ports-05945ce5e98b0980b2f5aedc318e6c29e408d20a.tar.gz |
support STAGEDIR.
Diffstat (limited to 'lang/p5-ExtUtils-F77/Makefile')
-rw-r--r-- | lang/p5-ExtUtils-F77/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index 5797c08..c25ed00 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}'|" \ |