diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-02 18:36:37 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-02 18:36:37 +0800 |
commit | afe4fd597681114ce6b1d6781aa3483783752035 (patch) | |
tree | 0ed2e70c92159391c8ad3b116f13925513b0b7de /astro/p5-Astro-ADS | |
parent | 48900872596ab24e40901a01e816439f3066370c (diff) | |
download | freebsd-ports-gnome-afe4fd597681114ce6b1d6781aa3483783752035.tar.gz freebsd-ports-gnome-afe4fd597681114ce6b1d6781aa3483783752035.tar.zst freebsd-ports-gnome-afe4fd597681114ce6b1d6781aa3483783752035.zip |
- Remove old Perl support from unmaintained ports in categories starting
with letter a
Diffstat (limited to 'astro/p5-Astro-ADS')
-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> |