diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-11 19:50:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-11 19:50:32 +0000 |
commit | 5466991db22690a179c0a41602ef6f0a585baebc (patch) | |
tree | 35e22b1b47c9128db16905f205ae7a37141750a1 /astro/p5-Astro-Sunrise | |
parent | f561fd7687bb0aef04a82da73215d2551d0d4d94 (diff) | |
download | ports-5466991db22690a179c0a41602ef6f0a585baebc.tar.gz ports-5466991db22690a179c0a41602ef6f0a585baebc.zip |
Notes
Diffstat (limited to 'astro/p5-Astro-Sunrise')
-rw-r--r-- | astro/p5-Astro-Sunrise/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile index c772464635d0..2191515293da 100644 --- a/astro/p5-Astro-Sunrise/Makefile +++ b/astro/p5-Astro-Sunrise/Makefile @@ -18,10 +18,6 @@ BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime NO_ARCH= yes USES= perl5 -USE_PERL5= configure patch - -post-patch: - ${PERL} -pi -e 's/(qw\(.*)\[1\];/($$1)[1];/; s/\r\n/\n/;' \ - ${WRKSRC}/Sunrise.pm +USE_PERL5= configure .include <bsd.port.mk> |