diff options
Diffstat (limited to 'astro/p5-Astro-ADS/Makefile')
-rw-r--r-- | astro/p5-Astro-ADS/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/astro/p5-Astro-ADS/Makefile b/astro/p5-Astro-ADS/Makefile index 9f80d1808f9e..4402f9efb10c 100644 --- a/astro/p5-Astro-ADS/Makefile +++ b/astro/p5-Astro-ADS/Makefile @@ -25,11 +25,4 @@ PERL_CONFIGURE= yes MAN1= adsquery.1 MAN3= Astro::ADS.3 Astro::ADS::Query.3 Astro::ADS::Result.3 Astro::ADS::Result::Paper.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -post-patch: - @${PERL} -pi -e 's/(\$$self->\$$method);/$$1();/' ${WRKSRC}/Result/Paper/Paper.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |